What is the disadvantage of java?



What is the disadvantage of java?..

Answer / Ashish Kumar Pankaj

Java is free for businesses under the OpenJDK project, but Oracle does charge for certain business and enterprise features under its Java SE Subscription program.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is hash method?

1 Answers  


What is the difference between overriding & overloading?

1 Answers  


How thread scheduler schedule the task?

1 Answers  


What is the purpose of the strictfp keyword?

1 Answers  


Why can't we use static class instead of singleton?

1 Answers  


What is the difference between a constructor and a method?

1 Answers  


Compare overloading and overriding?

1 Answers  


Java does not support multiple inheritance. how interface helps in the same?

5 Answers   TCS,


What is a ternary operator in java? What is an interface?

1 Answers  


What do you mean by boolean?

1 Answers  


write a progam hashmap & hashtable?

2 Answers   IBM,


When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?

1 Answers  


Categories