What are the benefits of java?


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

Post New Answer

More Core Java Interview Questions

What are the features of java?

0 Answers  


How do I start learning java?

0 Answers  


How does queue work in java?

0 Answers  


Can we pass null as argument in java?

0 Answers  


What is the preferred size of a component in java programming?

0 Answers  






What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?

0 Answers  


How TreeMap sorts the objects inside it?? suppose if have include one employee object and one car object. On what basis it will sort?

5 Answers  


What is the difference between comparison done by equals method and == operator?

0 Answers  


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


Explain differences between checked and unchecked exceptions in java?

0 Answers  


How use .contains in java?

0 Answers  


What is difference between class and object in java?

0 Answers  


Categories