What is nested loop? What is dangling else condition in it?
What is Applet Flickering ?
1 Answers Infosys, Persistent,
Is 0 true or false?
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?
Hi friends, i am new to java. can you explain how java is secured.
What is comparator in java?
Which is bigger float or double java?
how and when compiler knows that the Java code throws the checked Exception.
How will you get the platform dependent values like line separator, path separator, etc., ?
waht happens when a return type ,even void is specified for a constructor?
Why is it important to initialize a variable?
What do you know about the garbage collector?
What is the final keyword denotes?