User Profile
Collapse
-
well your explanation is nice and satisfactory and thanks a lot. -
HttpServletRequest
How can i make a request from a static page to two different servlets with two buttons namely "submit" and "cancel" i.e. when i press submit i should call servlet1 and cancel to call servlet2 within a single <form></form> container -
Hi Hostel check this out,
-------------------------------------------------------
// h1.java
package demo;
public class h1 {
public int a = 10;
}
-------------------------------------------------------
// h2.java
package demo;
import demo.h1;
public class h2 extends h1 {
h2() {
System.out.prin tln("a = "+a);
...Leave a comment:
-
Initially thanks a lot for your effort to explain the things of JVM and JRE, and as u said JRE is the whole thing that can undertake from compilation to execution of java programs then how we can seperate the jvm and jre from there responsibilitie s and there functions they are assigned. can u me explain in this?Leave a comment:
-
Jre - Jvm
Hi to everybody,
This is my first post on this group, so please be patience on this discussion,
Initially i need to know the difference between a JVM and a JRE? can anyone explain this.
No activity results to display
Show More
Leave a comment: