1)How many types of inheritance?
2)What is the the output? import java.io.* public static void main(String args[]) { int a=2,c=0; System.out.println(a/c); }
Name the application for java.
4)After compilation of java code,what will it become?
5)Which side belongs to java?