Search:

Type: Posts; User: neelim; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    2
    Views
    7,186

    Storing form variables in a session

    Hi,

    I have a form with some variables...say.. i have employee,designation

    I will enter employee value on this page..and click on next that navigates to the next page..

    On the next page..if i...
  2. Answers
    18
    Views
    32,575

    Re: java program without main method

    Hi..

    For the question 1:

    Yes,We can write a Java program which does not have main method at all. This can be done using the static block of the class.

    How this works is that static...
  3. Answers
    8
    Views
    4,765

    Re: Help regarding JSP and servlets

    Thank you all...


    Neelima
  4. Answers
    6
    Views
    8,744

    Re: The best way/resource to learn JAVA

    Hi Kalayama,

    You told that u know Java in bits and pieces.
    What i understood from this is that,you want to know each and every topic in depth right from the basics.

    If it is so,I can suggest...
  5. Answers
    1
    Views
    13,836

    Re: Public static final variables in interfaces

    All variables defined in an interface are implicitly public, static, and final—
    in other words, interfaces can declare only constants, not instance variables.

    So,even if you use static and final...
  6. Answers
    4
    Views
    3,109

    Re: Answer in Memory point of view

    When dealing with Strings in Java,we will be having actually two types of memory.
    One is ---- Heap space
    Another one -- Literal Pool

    Case 1:
    --------
    So,here,when we say
    String...
  7. Answers
    4
    Views
    3,109

    Re: Answer in Memory point of view

    Hi Santh Kumar,

    Please,can u make the question somewhat clear?
    Is it String b= new String("xyz") or String b= new String("abc");

    What does it mean when you say "when we apply "==" and...
  8. Answers
    8
    Views
    4,765

    Help regarding JSP and servlets

    Hi All,

    I know about core java.
    But,for my project,i need to know about JSP and servlets.
    Can anybody tell me how to proceed learning about those things,i mean, any reference books,or any...
  9. Answers
    6
    Views
    9,775

    Re: Function overloading example

    Yes..
    The above example is an example of overloading.
    But in java,we will call it as method overloading and in C++,it is function overloading..

    Thanks
    Neelima
  10. Answers
    1
    Views
    5,498

    Re: Current version of Java

    As of March 2007 the latest version of Java from Sun is 1.6.0.1.


    Thanks
    Neelima
  11. Answers
    3
    Views
    5,331

    Re: Find the size of a datatype

    Why to go for another choice if we have sizeof operator??

    Anyways,we can find out like this:

    #define sizeof_type( type ) (size_t)((type*)1000 + 1 )-(size_t)((type*1000)

    ------------
    Neelima
  12. Answers
    8
    Views
    12,427

    Re: Bug report format

    Standard bug reporting format
    ----------------------------------
    date of logging:
    logged by:
    product / software under test:
    version:
    behavior in other similar products/softwares:
    ...
  13. Unix/Linux Re: Is it possible to link our file to another file,

    As if one name for a file weren't enough, sometimes we want to have two, three, or a dozen names for the same file. This operation of creating alternate names for a file is called linking. The two...
  14. Answers
    3
    Views
    3,303

    Oracle Re: what is consistency and intergrity

    In a single-user database, the user can modify data in the database without concern for other users modifying the same data at the same time. However, in a multiuser database, the statements within...
  15. Thread: Memory Leakage

    by neelim
    Answers
    7
    Views
    4,368

    Re: Memory Leakage

    I think this is somethng that comes up during Performance testing.

    Detecting memory leaks

    Memory leaks in the Java language are a dangerous contributor to garbage collection bottlenecks. Memory...
  16. Answers
    2
    Views
    3,164

    Re: Ranges for each and every datatypes in Java

    Primitive Type Size Range of Values
    byte 8 bit -2^7 to 2^7-1
    16 bit ...
  17. Answers
    20
    Views
    9,116

    Re: which one more powerful in java ?

    As the famous GoF book says:

    Prefer interfaces over inheritance.

    Use interfaces as a design-time resource when you are planning your system. Inheritance should be used almos always to reuse...
  18. Thread: Why JAVA is NOT

    by neelim
    Answers
    13
    Views
    6,026

    Re: Why JAVA is NOT

    Many languages claim to be object-oriented. While the exact definition of the term is highly variable depending upon who you ask, there are several qualities that most will agree an object-oriented...
  19. Thread: Hi !!

    by neelim
    Answers
    10
    Views
    6,833

    Re: Hi !!

    Hi all..
    I am a new member of this...
    I too lov java..Presently working in java only..
    Its gud to meet u all...
  20. Thread: scjp

    by neelim
    Answers
    5
    Views
    5,263

    Re: scjp

    Hi...
    In order to prepare for scjp,just be gud in the fundamentals...
    Then read Khalid Mughal and Kathysierra material...Try some tricky questions..
    After everytopic u read,take a test...may be so...
  21. Answers
    24
    Views
    28,480

    Re: scjp certification

    Hi..
    For a fresher,its better to take SCJP1.4,then take up d next one...
    Kathysierra and Khalid Mhugal can be the gud references...
Results 1 to 21 of 21
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact