What is void data type?
Answer / Khursheed Alam
"In Core Java, 'void' is a special data type used for methods that do not return any value. Methods with the return type of void are typically used for performing actions rather than getting results."
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we use primitive data types as objects?
Explain the differences between public, private, protected and static?
Every class extends object but why it is not possible for every object to invoke clone() method. ideally protected methods should be accessible from sub classes. isn't it?
Is nullpointerexception checked or unchecked?
Why java is object oriented?
What are serialization and deserialization?
What is a heavyweight component?
Does a class inherit the constructors of its superclass in java programming?
how to handle exceptions in core applications?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
Which is bigger double or float?
Why java is platform independent? Explain.