Answer Posted / ravikiran
wreapper classes will allow the primitive types to act like
objects
| Is This Answer Correct ? | 36 Yes | 6 No |
Post New Answer View All Answers
What are synchronized methods and synchronized statements in java programming?
How does arraylist work in java?
What is void keyword?
What is object-oriented paradigm?
How do you stop a thread in java?
What is percentage in java?
What is the benefit of abstract class?
what is the volatile modifier for? : Java thread
What is comparator in java?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What is argument in java?
What is the difference between a scrollbar and a scrollpane?
Can you override a final method?
What is meant by 'Class access modifiers'?