What is the difference between JVM and JRE?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print fibonacci series
What does java final mean?
Explain the importance of throwable class and its methods?
What is the byte order of byte buffer?
Can we extend immutable class?
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain
How do you identify independent and dependent variables?
Differentiate between run time error and syntax error.
If a variable is declared as private, where may the variable be accessed?
What is passing value java?
Why do you canvas?