|
Related Questions |
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
|
|
What is garbage collection?Can it be forced?
|
View Answer
|
|
What is difference between & and && in java
|
View Answer
|
|
send me some interview questions on Stringhandling concept
|
View Answer
|
|
Is is true that JAVA is not 100% object oriented language ?
|
View Answer
|
|
Difference b/w synchronized Method and synchronized statement in case of whole body of method cover by synchronized statement.
|
View Answer
|
|
How do you know that where to use abstract class or interface?
|
View Answer
|
|
How System.out.println() works?
|
View Answer
|
|
can the main() method be overloaded? or overrided? and what happens when we do so?
|
View Answer
|
|
What is the use of keyword transient?
|
View Answer
|
|
What is Log4j in java
|
View Answer
|
|
Why we can not override static method?
|
View Answer
|
|
How to create the object to the anonomous class
|
View Answer
|
|
What is the difference between array list and linked list. in which situations we are use them? which is best one?
|
View Answer
|