What do you understand by the term polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
how to minimize the functionality to will not force garbage collector?
as we know a static method could access static data and static method only. then how could main method call the object of aclass which is not static and other non static data
What is derived datatype?
What is the full form of jpeg?
what is features of jdk 1.5?
2 Answers Accenture, Satyam, TCS,
Differentiate between vector and array list.
String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects
What are the differences between checked exception and unchecked exception?
how we can write the string concatenation program in java.
Can we create more than one object singleton class?
To set the position and size of a component, which methods are used?
How many static init can you have?