What is a local block?
No Answer is Posted For this Question
Be the First to Post Answer
What is a variable declaration?
how to call one program .class file in another program
What is numeric promotion?
How can you debug the Java code?
What is floating data type?
int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;
Explain about interthread communication and how it takes place in java?
diffrence b\w println() and printf()
What is string data type?
Explain, java is compatible with all servers but not all browsers?
How to transfer data from an Applet to Servlet ?
Why do we override tostring method in java?