Answer Posted / vinod
Except primitive data types, everything is object in java.
We need to convert these primitive data types to an objects
using wrapper classes.
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Define array. Tell me about 2-D array.
What are wrapped classes in java programming?
Is java ee a framework?
Explain the usage of this with constructors?
Where will it be used?
What is stack class in java?
Why java is considered as platform independent?
What are the two environment variables that must be set in order to run any java programs?
What are the 8 data types in java?
Write a factorial program using recursion in java?
Explain all java features with real time examples
What is an array in java?
What is class forname used for?
Where to store local variables?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain