Answer Posted / mohamed nazar
import static java.lang.Math
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What type of language is java?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
When would you use a static class?
What is the difference between an inner class and a sub-class?
How many types of operators are there?
What is general methodology?
what is method reference in java 8?
What are controls and their different types in awt?
Is treeset sorted in java?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What are decalarations?
Explain about automatic type conversion in java?
What is a pointer and does java support pointers?
How will you serialize a singleton class without violating singleton pattern?
Explain about interrupt() method of thread class ?