Answer Posted / harish
in defult constructor there is a statment super(); for
calling to super class constructor.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are different data structures in java?
Explain wrapper classes in java?
What are green threads in java?
How can we find the actual size of an object on the heap?
State the difference between creating string as new () and literal.
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
How many times finalize method will be invoked? Who invokes finalize() method in java?
Can we override final method?
What is meant by stack and queue?
What do you meant by active and passive objects?
Define an applet in java?
What happens if an exception is not handled in a program?
What is the advantage of functional interface in java 8?
What is unicode with example?
Does sprintf add a null terminator?