All Questions
Filter by
Filter by
Questions Per Page:
-
In a Java program, suppose there is a static block, a static method and a static variable, during load of …
- 1K views
- 1 answers
- 0 votes
-
In Java, What is the difference between notify and notifyAll in Thread?
- 1K views
- 1 answers
- 0 votes
-
What are checked and unchecked exceptions in Java? Explain with example.
- 1K views
- 1 answers
- 0 votes
-
Does static variables get garbage collected?
- 1K views
- 1 answers
- 0 votes
-
In Java, what is the difference between String s = “abc” and String s = new String (“abc”)?
- 6K views
- 1 answers
- 0 votes
-
In Java, what is the impact of calling run method and not the start method on a Thread?
- 3K views
- 1 answers
- 0 votes
-
In Java, What is System.gc() used for?
- 1K views
- 1 answers
- 0 votes
-
What is the difference between final, finally and finalize in Java?
- 1K views
- 1 answers
- 0 votes
-
In Java, what is the difference between synchronizing a block and synchronizing a static method?
- 999 views
- 1 answers
- 0 votes
-
How can we make any class immutable in Java?
- 1K views
- 1 answers
- 0 votes