What is the main function in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

difference between String a; and String a=new String();? y do v need to assign memory to the variable?

2 Answers  


What is jit compiler ?

0 Answers  


How do you decide when to use arraylist and linkedlist?

0 Answers  


What is aggregation?

1 Answers   Cap Gemini,


What are different types of Exceptions?.

9 Answers  


Mention a package that is used for linked list class in java.

0 Answers  


What are the steps to do connection pooling in weblogic?

1 Answers   TCS,


Why is java not 100% pure oops?

0 Answers  


Can we serialize arraylist in java?

0 Answers  


Is string is a data type?

0 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


What is user defined exception in Java?

0 Answers   TCS,


Categories