what are wrapper classes
Answers were Sorted based on User's Feedback
Answer / suyog
This classes are support to use Primitive data type as object to take input from user in java
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / n.shanthan
For each&every fundamental data type there exist one
predefined class known as wrapper class.The basic purpose
of wrapper classes is that to convert the string data into
fundamental data and fundamental data into string data.
Is This Answer Correct ? | 0 Yes | 0 No |
Difference between interface and abstract class?
Artficial language is provided which of the language?
___ method used to move a recordset pointer in nth position in DAG.
what is the similarity between networking devices?
what is best way to create a Thread class & why?
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
can we allocate memory for interface? if no then why?
When will you use shell script/Perl ahead of C/C++?
How to call dll API sub routine in VB Form.
6.int x=10; float y=20; a=x%2=? b=y%2=?
What is the Difference between in memory database and physical database
Write a Pseudo Code to fins the LCM of two given numbers