Answer Posted / neelam
inheritance is a process one object acquires the property
of another object.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Does sprintf add a null terminator?
How does varargs work in java?
Can anonymous class have constructor?
Explain public static void main(string args[]) in java.
Why java is secure? Explain.
Define how does a try statement determine which catch clause should be used to handle an exception?
Which arithmetic operations can result in the throwing of an arithmeticexception?
How do you write a conditional statement?
Why vector class is used?
What is the difference between iterator and enumeration ?
How we can execute any code even before main method?
How do you access command-line arguments within the code?
Is an empty arraylist null?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
Explain the difference between map and flatmap stream operation?