Shilpa Jain

Greenhorn
+ Follow
since Aug 17, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Shilpa Jain

new
hi,
i am new to java. can u suggest some introductory books on java
thanks
shilpa
[ January 19, 2004: Message edited by: Shilpa Jain ]
JVM
Is the JVM different for different operating systems like is JVM for Windows NT different from the JVM for Novell.
Can an abstract class implement an interface?
Thank you
Can anyone pls explain me what are the types of drivers, what are they used for and what is the difference between them?
Thank you
Yes Iam using version 2.0. do i need to upgrade the version.
Shilpa
24 years ago
I have written the following line in doGet() method
getServletContext().getRequestDispatcher("/servlet/ShowSession").include(request,response);
but the compiler is giving an error saying that :
HelloWorld.java:44: Method getRequestDispatcher (java.lang.String) not found in interface javax.servlet.ServletContext.
getServletContext().getRequestDispatcher("/servlet/ShowSession").include(request
,response);

Can anyone pls explain this?
thank you

[This message has been edited by Shilpa Jain (edited October 19, 2000).]
24 years ago
can anyone pls. explain me why do we use service() method and what is the advantage of using doPost(), doGet() methods?
P.S actually a similar topic was posted earlier but there seems to be some confusion in the explanation
Thanks
24 years ago
Could somebody please give me the link to download JLS?
Hi!
Pls. mail me the tuturial at [email protected]
Thanx
Shilpa

Congratulations!!! That is a wonderful score. keep it up

Shilpa
hi
Congrats for that wonderful score.
can u share the tips??
my email id: [email protected]
thanks,
Shilpa Jain
class example
{
public static void main(String args[])
{
static int h = 8;
System.out.println(h);
}
}
When I compile this program, it gives an comilation error:
Statement expected : static int h = 8;
Identifier expected: System.out.println(h);
Can anyone please explain this?
Thankx
Shilpa Jain