Answer Posted / kamal hassan
A staic class difined with in anothaer class is called
nested class.
A non static class defined in another class is called inner
class.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain different types of thread priorities ?
Why is multiple inheritance not supported in java?
What do you mean by JVM?
Can a final variable be null?
What are extraneous variables examples?
What is a prefix function.write down a code to compute prefix function.
Can we have try without catch block?
What are the rules for naming an array?
How can an object be unreferenced?
Describe the process as to how substring() methodology mechanisms in java.
Is set ordered?
Which is best ide for java?
What is java literals?
Using callable statement how can you pass out parameters, explain with example?
Can we have two main methods in a java class?