What happens if we don’t override run method ?
No Answer is Posted For this Question
Be the First to Post Answer
Can we call the constructor of a class more than once for an object?
What are the important features of Java 11 release?
public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }
What is meant by the value of a variable?
Are true and false keywords?
What is JAVA? Why it is platform independent?
How can we handle runtime exceptions? write one sample program? Can we write runtime exceptions beside the throws key word? if yes write sample program?
What is default switch case? Give example.
What are "methods" and "fields"?
what is the use of private constructor in core java?
3 Answers OnMobile, Satyam, Yash Technologies,
What is volatile data type?
When is an object in the mean to garbage collection?