How will you create the class for the following scenario?
Employees under one employee?
Answer Posted / satya
Employee class
SubEmployee extends Employee
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain about join() method?
Explain super keyword in java.
Can you override static methods?
what is encapsulation in java? Explain
What do you mean by light weight and heavy weight components?
Explain what are final variable in java?
How do you avoid global variables?
What is diamond operator in java?
Can we return null in java?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
Differentiate between stringbuffer and stringbuilder in java.
How do you use parseint in java?
How many types of gc are there in java?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What is a layout manager and what are different types of layout managers available in java awt?