what are wrapper classes

Answers were Sorted based on User's Feedback



what are wrapper classes..

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

what are wrapper classes..

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

Post New Answer

More Programming Languages AllOther Interview Questions

what is lazy loading in hibernate?Explain in detailed manner?

2 Answers   IBM, TCS,


1) How can u create the table?

0 Answers   IBM,


About CLR, reflection and assemblies?

2 Answers   pspl,


Create a class TicTacToe that will enable you to write a complete program to play the game of Tic-Tac-Toe. The class contains as private data a 3- by-3 double array of integers. The constructor should initialize the empty board to all zeros. Allow two human players. Wherever the first player moves, place a 1 in the specified square; place a 2 wherever the second player moves. Each move must be to an empty square. After each move determine whether the game has been won and whether the game is a draw. If you feel ambitious, modify your program so that the computer makes the moves for one of the players automatically. Also, allow the player to specify whether he or she wants to go first or second. If you feel exceptionally ambitious, develop a program that will play three-dimensional Tic-Tac-Toe on a 4-by-4-by-4

2 Answers  


how pseudo column works?

0 Answers   Oracle,






What is ur porject Architecture? If anyone ask what i have to specify here..

0 Answers  


Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;

0 Answers  


How you ll create customizing Tcode.

1 Answers   IBM,


Which tag is used to break a line

3 Answers  


How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net

0 Answers   Tesco, Wipro,


How to use string functions in QTP?give some examples

1 Answers  


what is log files in qtp what is use

0 Answers   HSBC,


Categories