What is the difference between break and continue statements?
No Answer is Posted For this Question
Be the First to Post Answer
what do you mean by classloader in java?
import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
What is the finalize method do?
What is finally in Java?
How to change the priority of thread or how to set priority of thread?
What is time complexity java?
What happens if we override only equals?
Can you make a constructor final?
wat is class level lock and object level lock
What is keyword and identifier?
what is difference between class and object?
43 Answers College School Exams Tests, HCL,