Search:

Type: Posts; User: rita khatei

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,737

    about destroy() of servlet

    what happen when destroy() is called from service() of servlet???? plz help me...:confused:
  2. Replies
    4
    Views
    2,304

    Re: setting up the JAVA EE environment

    you must set JAVA_HOME environment variable with jdk folder path without ending with ';', and set classpath with servlet-api.jar path .
    note that classpath should start with .; then try ur servlet...
  3. Replies
    7
    Views
    2,004

    Re: Nested loops

    ** code removed
    are u satisfy with this???
  4. Re: Average of an array! help and explanation much appreciated! :)

    all class variables are initialized in class instatiation phase that mean when object is created class level variables are initialized by their default values but in case of local variable "When you...
  5. Re: Confusion with the question about this coding

    look in java int to String or vice verse is not possible. but in place of " " if u place ' ' and in place of String if u place char data type then ur code look like this ((int)((char)((int)'7')+'5'))...
  6. [SOLVED] Re: Problems With Throwing Exceptions in Program-Help Appreciated

    what is ur question ??? plz tell me clearly i promise u to solve ur problem up to my maximum extend.
  7. Replies
    2
    Views
    1,062

    How to clear Java output console

    how to clear my java output console??? plz.... help me
  8. Replies
    1
    Views
    1,003

    jdbc program

    /*program for implementing Desc command of oracle database in java*/



    import java.sql.*;
    public class jdbc2 {
    public static void main(String arg[])throws ClassNotFoundException,SQLException...
  9. Replies
    1
    Views
    947

    About java language

    why java is called as both compiled and interpreted language?? Is jvm act as interpreter???
Results 1 to 9 of 9