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 |
what do you man by firmware
3.Give the formula for determine the range of the data type?
Explain polymorphism. Provide an example.
73. How can you set the status and title for a modal dialog box? a) In the attributes of the corresponding screen. b) Before the corresp. call screen statement. c) In a PBO module of the corresponding screen. d) In the PAI module of the corresponding screen.
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
3 Answers College School Exams Tests, IBD, IBM, Ignou, IIIT, Nortech, TCS, UOS,
How many processes can listen on a single TCP/IP port?
Diff.b/w Frames and container?
1 Answers Tech Mahindra, Wipro,
can we convert .class file to dll file
what is technical system, business system, logical system in sap pi7.0
What is the best action a system can take when deadlock is detected
When will you use shell script/Perl ahead of C/C++?
Why we use NEW operator when we create Object,While in C++ we donot ?