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
What is an example of a conditional statement?
Name some OOPS Concepts in Java?
Why singleton class is used in java?
What are the classes of java?
Can the interface be final?
Explain the difference between an Interface and an Abstract class?
Explain the difference between throw and throws in java?
Why spring singleton is not thread safe?
Why Java doesn’t support multiple inheritance?
What is the null?
What is public static?
What does this () mean in constructor chaining concept?
What is the difference between a window and a frame in java programming?
What is scope & storage allocation of global and extern variables? Explain with an example
Can we rethrow the same exception from catch handler?