Search:

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

Search: Search took 0.00 seconds.

  1. Re: Why we have to close connection, statement, prepared statement

    for security reasons
  2. Thread: returntype

    by umeshap
    Answers
    3
    Views
    4,097

    Re: returntype

    Not only in Java in all programming languages function returns ONLY one value.
  3. Re: Difference between the object based and object oriented

    YES , ASP.NET is a framework/technolgy

    but ASP is an Object based language
  4. Re: Difference between the object based and object oriented

    Java is an object oriented , means it uses all the features of oops like u can use inheritence , u can create an class and objects .

    Javascipt is an Object based means eventhough u can't use all...
  5. Answers
    2
    Views
    5,103

    AJAX & XML Re: how to parse the xml file

    If your using JAVA
    use Java API's for XML parsing

    Like SAX and DOM
  6. Answers
    2
    Views
    2,752

    which one is good ?

    Please advise me .

    I'm in delima, before i used to work with Java web technolgies. now from the past 6 months i'm working only on Core Java programing . Which one is good for my future carrier .
  7. Answers
    4
    Views
    3,263

    method in a method

    Is it possible define method with in a method ?

    for eg:

    int dis(int a)
    {
    String d ;

    float foo() {
  8. Answers
    3
    Views
    3,406

    not platform independent

    Is it correct that Java is not a 100% platform independent language ?
  9. Thread: is java is a..

    by umeshap
    Answers
    5
    Views
    3,924

    Re: is java is a..

    Java is not a pure object oriented language.

    i can say 99% object oriented programming langauge .

    because it supports primitive data types .
    like int ,long , double... etc
  10. Answers
    27
    Views
    20,704

    Re: Which constructor will be called in main

    Sure A(String s) constructor will excecute .
    bcoz null is not an object , is an string literal .
  11. Answers
    5
    Views
    9,702

    Re: Confused about Overloading and OverRiding

    Let me give one example.

    METHOD OVERLOADING

    class human(
    {
    void Hand(two paremeters){
    Eating}
    void Hand(three parameters) {
    Writing }
  12. Answers
    18
    Views
    32,577

    Re: java program without main method

    sorry for the answer given by neelim for the question number 1.

    No java program executes without main method.

    until unless u wil call that class WithoutMain in the main method , static block...
  13. Thread: parsing data

    by umeshap
    Answers
    2
    Views
    3,110

    Re: parsing data

    i hope i understood ur question properly.

    use HttpServeltRequest as well as HttpServeltResponce classes for this.

    first ur sending request to get the data , then the response should bind...
  14. Answers
    7
    Views
    4,378

    Re: How many Classes in output

    2 classes i think...
  15. Answers
    7
    Views
    9,182

    Re: Object without using 'new'

    Yes, without using New keyword u can create objects in Java
Results 1 to 15 of 15
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