Recent questions tagged java-interview-questions-answers

0 votes
    How to you monitor garbage collection activities?...
asked Apr 4, 2023 in Technology by JackTerrance
0 votes
    Does Garbage collection occur in permanent generation space in JVM?...
asked Apr 4, 2023 in Technology by JackTerrance
0 votes
    Can we force the Garbage collector to run at any time?...
asked Apr 4, 2023 in Technology by JackTerrance
0 votes
    What is finalize method in Java? When does Garbage collector calls finalize method in Java?...
asked Apr 4, 2023 in Technology by JackTerrance
0 votes
    When does an Object become eligible for Garbage collection in Java?...
asked Apr 4, 2023 in Technology by JackTerrance
0 votes
    What is the difference between Serial and Throughput Garbage collectors?...
asked Apr 4, 2023 in Technology by JackTerrance
0 votes
    What is the difference between ParNew and DefNew Young Generation Garbage collector?...
asked Apr 4, 2023 in Technology by JackTerrance
0 votes
    How do you identify minor and major garbage collections in Java?...
asked Apr 4, 2023 in Technology by JackTerrance
0 votes
    What is the structure of Java Heap? What is Perm Gen space in Heap?...
asked Apr 4, 2023 in Technology by JackTerrance
0 votes
    Can an abstract class have a constructor?...
asked Feb 9, 2023 in Technology by JackTerrance
0 votes
    What is an interface in Java?...
asked Feb 9, 2023 in Technology by JackTerrance
0 votes
    What is the difference between a constructor and a method?...
asked Feb 9, 2023 in Technology by JackTerrance
0 votes
    What is the difference between method overloading and method overriding?...
asked Feb 9, 2023 in Technology by JackTerrance
0 votes
    What is method overriding in Java?...
asked Feb 8, 2023 in Technology by JackTerrance
0 votes
    What is method overloading in Java?...
asked Feb 8, 2023 in Technology by JackTerrance
...