Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    6
    Views
    8,749

    Re: The best way/resource to learn JAVA

    Hi,

    you want to learn java systematically na
    go through below links

    i hope this will help you

    http://java.sun.com/docs/books/tutorial

    http://www.javacoffeebreak.com/java101/java101.html
  2. Answers
    1
    Views
    3,449

    regarding EJB

    how to deploy EJB 3.0 on weblogic?

    can anybody help me regarding this

    thanks in advance
  3. Answers
    1
    Views
    19,980

    Re: What is need to import java.awt.event.*

    We need to import java.awt.event.*along with java.awt.*in the same program why becauce both are different packages
    java.awt package:Contains all of the classes for creating user interfaces and for...
  4. Answers
    8
    Views
    4,769

    Re: Help regarding JSP and servlets

    Hi as per my knowledge head first servlets and jsp by bryan basham, kathy sierra, bert bates is the best book you can learn from this servlets and jsp all the best

    go through this link...
  5. Answers
    3
    Views
    3,184

    Re: collections

    1.Arraylist is not synchronized while vector is.
    2. Arraylist has no default size while vector has a default size of 10.
    3. Arraylist don't define any increment size while vector does.

    Methods...
  6. Answers
    2
    Views
    3,257

    Re: what is Autoboxing in java

    As any java programmer knows that we cann't put a primitive values(int,floatetc.) into collection.Collection can hold only object references,so you have to box primitive values into the appropriate...
  7. Answers
    1
    Views
    2,739

    Re: ResourceBundle

    ResourceBundle is a class under java.util package
    Resource bundles contain locale-specific objects. When your program needs a locale-specific resource, a String for example, your program can load it...
  8. Answers
    1
    Views
    2,746

    Re: Java related

    Hi

    If two objects are equal, their hash code must also be equal. If you override the equals() method, you change the way two objects are equated and Object's implementation of hashCode() is no...
  9. Answers
    5
    Views
    3,932

    Re: is java is a..

    java claims to be a pure object oriented programming lang. but,actually it doesn't supports all features of oops.
    For example Object-Oriented language should have: All pre-defined types are Objects...
  10. Answers
    6
    Views
    9,776

    Re: Function overloading example

    ya, it's method overloading

    same method name difference in parameters is methodoverloading

    function overloading in c++ we call it as a method overloading in java
Results 1 to 10 of 10
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