Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Re: Operating System that does not support JAVA

    java is portable. java applied on every operating system.

    - write once run any where
  2. Answers
    4
    Views
    3,246

    Re: Struts framework

    by MVC ARCHITECTURE.
    model view controller
  3. Answers
    5
    Views
    3,408

    Re: Programming is poor

    well, programming consists of three steps
    1.algorithm
    2.flowchart
    3.program
    so please refer c fundamental books and analyse well
  4. Answers
    1
    Views
    3,320

    Re: classes in jdk1.5

    i want this question also
  5. Answers
    27
    Views
    20,700

    Re: Which constructor will be called in main

    it gives an error because the constructor does not pass null values
  6. Answers
    12
    Views
    5,402

    Re: c c++apptitude

    compiler:
    it is used to change the source code into machine code.
    -machine understandable language
  7. Answers
    2
    Views
    3,072

    environment variables in java

    how to set environment variables from java
  8. Answers
    1
    Views
    3,547

    Re: C++ Operator Overloading Part II

    thanks from rahul
  9. Re: Doubt with overloading...in Generics(Urgent)

    yes, previous version is not suitable for overloading classes in the collection frame work. overloading can be done throw constructor call only. interfaces provides constructor call
  10. Re: how can i find out duplcate numbers in an array?

    algorithm:

    - create an array, which contains an elements (a[])
    - create another array, which is used to assign values to that array (b[])
    - now u will take loop and compare two array ...
  11. Answers
    6
    Views
    3,716

    Windows Re: Startup Problem

    hi
    this is rahul

    try like this as follows
    run in safe mode and then restart it. now select the normal mode ok
  12. Answers
    8
    Views
    30,950

    Re: C C++ Aptitude

    refer test your c skills by yeshwanth kanithkar.
    also refer www . cprogramming . com
  13. Answers
    8
    Views
    158,307

    Re: Help on Dynamic Array

    Dynamic array:
    - it means that add array blocks at the run time.
    - this is achieved by using malloc,calloc,realloc and free in c.
    - in c++ we use new and delete.
  14. Answers
    3
    Views
    5,181

    Re: Static variables in multiuser environment

    i aggred to the above answer
  15. Answers
    2
    Views
    10,003

    Re: Abstract, final and static keywords

    ABSTRACT:
    - the class can be extendable but we can't instantiate that.
    - the class must be used if you declare.
    FINAL:
    - if you apply on the class, which can not be extendable.
    - if you...
  16. Re: Difference between interface and abstract class? are they both same

    INTERFACE:
    - it contains only unimplemented methods
    - may or may not be used.
    - if you used interface all methods must be implemented.
    - variable must be abstract and final
    - methods take...
  17. Answers
    34
    Views
    53,256

    Re: What is the abbrevation of OOPS?

    oops:

    Object oriented programming strategy
  18. Answers
    34
    Views
    53,256

    Re: What is the abbrevation of OOPS?

    hope u got it :-)
  19. Answers
    34
    Views
    53,256

    Re: What is the abbrevation of OOPS?

    oops:

    object oriented programming strategy
  20. Answers
    264
    Views
    318,762

    Re: Java Interview Questions Ebook Download

    thank u very much and happy christmas to my all friends in geek interview
  21. Answers
    38
    Views
    339,026

    Re: English Vocabulary

    first refer c,c++ and then you will go to Java. now you are fresher so you will concentrate on both the above languages. take one project and analyse it i.e what the requirements you want?. analysing...
  22. Answers
    6
    Views
    8,647

    Re: pointers and union?

    union:
    - it is hetrogenious collection.
    - it reduces memory size compared to structure.
    - the union holds any data type even pointers also.
    - it takes only highest datatype memory size....
  23. Answers
    7
    Views
    7,133

    Re: How many times the while loop execute

    void main()
    the above method doesnot return any value.
    int main()
    the above method must return int value.
    int main()
    {
    //statements
    ......
    ......
    return 0;(may be placed or not)
  24. Re: how can i find out duplcate numbers in an array?

    i want one clarification from you

    - it is normal array program or
    - it is in collection frame work
  25. Re: where is the implementation of java.sql package interface

    well, java.sql package is used for hanling queries dynamically. like
    -update
    -alter
    -delete and some other
Results 1 to 25 of 45
Page 1 of 2 1 2
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