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 |
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
what is the maximam caption size of lebel
Write a Pseudo Code to find the angle between two hands of a clock for a given time.
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
Please anyone tell me coding to print prime numbers from 1 to 5000 in c#....
Hi Friends , i am very new in VB 6.0 Any body can able to help me ? i need interview question and answer vb 6.0 . please send honeysukumar@yhaoo.com
how we can connect applet with database?
how many languages .net is supporting now?
What is the client concept in SAP? What is the meaning of client independent?
what is session state?
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.