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 Major and importance difference between for and foreach loop ?
Is arraylist zero based?
What do you understand by soft reference?
How do you sort a set in java?
What is static class
Write a program to find the whether a number is an Armstrong number or not?
How many bits is a float?
What is class variable java?
extending thread class or implementing runnable interface. Which is better? : Java thread
What is generics in java interview questions?
How does java enable high performance?
How would you dynamically allocate memory to an array?
What is a short in java?
How do you use wildcards?
Why does java does not support multiple inheritance? Explain