What value does read() return when it has reached the end of a file?
How to pass parameters in RMI?
Which containers use a border layout as their default layout?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Name the eight primitive java types.
Explain about thread synchronization inside a monitor?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Describe responsibilities of Activator?
What is the difference between long.class and long.type?
Can I use multiple html form elements with the same name?
What is the difference between the font and fontmetrics classes?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
which type of objects reference will be given to client?
What restrictions are placed on the location of a package statement within a source code file?
Is it possible to stop the execution of a method before completion in a sessionbean?