User Profile

Collapse

Profile Sidebar

Collapse
SrikanthPrithvi
SrikanthPrithvi
Last Activity: May 5 '07, 03:33 AM
Joined: May 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SrikanthPrithvi
    replied to Jre - Jvm
    in Java
    well your explanation is nice and satisfactory and thanks a lot.
    See more | Go to post

    Leave a comment:


  • SrikanthPrithvi
    started a topic HttpServletRequest
    in Java

    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
    See more | Go to post

  • SrikanthPrithvi
    replied to packages
    in Java
    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);
    ...
    See more | Go to post

    Leave a comment:


  • SrikanthPrithvi
    replied to Jre - Jvm
    in Java
    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?
    See more | Go to post

    Leave a comment:


  • SrikanthPrithvi
    started a topic Jre - Jvm
    in Java

    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.
    See more | Go to post
No activity results to display
Show More
Working...