|
Related Questions |
View Answer |
|
Why clonning method is private? can u overload the main() method. 2)can overload the run() method. 3)what is Common Separated value.
|
View Answer
|
|
Why Java is case sensitive?
|
View Answer
|
|
what is skeleton in java or J2EE??????
|
View Answer
|
|
What is the differences between script language and programming language?
|
View Answer
|
|
Why do we call java until.* package as a framework.
|
View Answer
|
|
How can i call parameterized constructor if am instantiating a object using "Class.forName("Abc").newInstance()"?
|
View Answer
|
|
How to sort String, for example: abced. to change to abcde ?
|
View Answer
|
|
Can you invoke the methods on a Thread once it is stopped?
|
View Answer
|
|
In what situations we can use innerclass and anonymous class
|
View Answer
|
|
What is the disadvantage of threads?
|
View Answer
|
|
As the Swings have more advantages over the AWT.. Why still in market are they using AWTs??
|
View Answer
|
|
What is the difference throw and throws
|
View Answer
|
|
Solve it... public class test {
public static void main(String[] args) { int i=5; i=i++; System.out.println("result::"+i); } }
|
View Answer
|