in a constructor what happen if u call super and this in the same class? i know that it is not possible to call both in the same one? if we call what will happen?
10 15490when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
2 5667What is the difference between throw and throws? What is the similarity between try and throw?
2 5747What is the need of "creating and throwing an UserdefinedException" when the "Exception" class is already available?
4 6763
What does serializing data mean?
Is int a class in java?
What variables are stored in stack?
What is an object's lock and which object's have locks in java programming?
What is static keyword in java?
Is void a type?
What is java util concurrentmodificationexception?
Can java run on google chrome?
What is the difference between a method and a procedure?
What is high level language in computer?
What initialize variables?
What is wrapper class html?
Is java hashset ordered?
What are java annotations?
What is meant by null and void?