Define Wrapper Classes in Java.
Answer / nashiinformaticssolutions
In Java, when you declare primitive datatypes, then Wrapper classes are responsible for converting them into objects(Reference types).
| Is This Answer Correct ? | 0 Yes | 0 No |
Which is bigger double or float?
What are three ways in which a thread can enter the waiting state in java programming?
Can a final variable be manipulated in java?
What is nextline method in java?
What happens to the Exception object after handling an exception?
What is the difference between member variables initialization and assignment in a constructor?
How to avoid the runtime exception ?
is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What is object data type?
What is a method in java?
What is Yield() method when we r using this ? tell exactly