What are the features of java?
Answer / Santoh Kumar
Java is a high-level, object-oriented programming language with features such as automatic memory management (garbage collection), strong type checking, exception handling, robust security model, platform independence, and large class library.
| Is This Answer Correct ? | 0 Yes | 0 No |
The class "Class" is belongs to which package?? a) java.lang b)java.lang.reflect c)java.util d)None
How does hashset work in java?
Can a class be final?
What is the major difference between linkedlist and arraylist?
what is polymorphism?
Which is better stringbuilder or stringbuffer?
What is a numeric digit?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What is difference between an object and a class?
What are variable arguments or varargs?
What is abstraction in java?
1 Answers Akamai Technologies,
What is the difference between hashset and treeset in java?