What is a void method?
No Answer is Posted For this Question
Be the First to Post Answer
How big is a 32 bit integer?
Can this keyword be used to refer static members?
Give an example of call be reference significance.
Difference between serialization and deserialization in java?
describe method overloading
Which are thin and thicK wrapper Class's in Java?
what is enumset?
How to initialize an Applet ?
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
What is inner class?what is the use of inner class?where we create the object for inner class? and inner class can extend any class or inner class can implement any interface?
What is the difference between a break statement and a continue statement?
Java support call by reference (pass by reference) ?