What are the characteristics provided in jdk1.6 apart from
other versions?
Answer Posted / subba reddy
annotations,generics,auto boxing,
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What does it mean that a method or field is “static”?
What will be the output of round(3.7) and ceil(3.7)?
Can we use both this () and super () in a constructor?
what is optional in java 8?
What is json parser in java?
How do you do math powers in java?
What is singleton class example?
What is output buffer?
What is the purpose of abstract class?
What are latest features introduced with java 8?
Is vector synchronized in java?
Which method must be implemented by all threads?
How variables are stored in memory?
Can memory leak happen java?