What are legal modifiers that we can use to declare an inner class?
public, protected, private, abstract, static and final
| Is This Answer Correct ? | 3 Yes | 0 No |
What do you mean by an object in java?
Is 0 a prime number?
What is ‘has a’’ relationship in java?
What is string in java? String is a data type?
What are the high-level thread states in java programming?
What is a finally block?
what is the difference between System.exit() and System.exit(1)?
1 Answers eClinical Solutions, eClinical Works, eClinicalWorks,
What is used of static keyword in java?
What are the different types of inner classes?
Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC
Difference between start() and run() method of thread class?
what is an objects lock and which objects have locks? : Java thread