What does it mean to flush a file?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of coding?
what is the use of StringBuffer?
What are the drawbacks of reflection?
explain different ways of using thread? : Java thread
What is the difference between a loader and a compiler?
How to make a non daemon thread as daemon?
Why char array is preferred over string for storing password?
whst is encapsulation?when u encpsulate actually while devoloping code?
What is array list in java?
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 use of volatile in java?
When we give defination of interface method in the class why method must be public???