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 |
What is hash method?
What is the difference between overriding & overloading?
How thread scheduler schedule the task?
What is the purpose of the strictfp keyword?
Why can't we use static class instead of singleton?
What is the difference between a constructor and a method?
Compare overloading and overriding?
Java does not support multiple inheritance. how interface helps in the same?
What is a ternary operator in java? What is an interface?
What do you mean by boolean?
write a progam hashmap & hashtable?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?