Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    11
    Views
    11,776

    Re: Java has no pointer concept but c++ has

    C++ has Pointer. We can access the Data Directly by using the pointer. It may cause for Security Flow. Security Feature is less in C++.

    In Java We cannot access Data directly by using the pointer....
  2. Answers
    8
    Views
    3,656

    Re: array of string operation

    len is used for find the length of the string
  3. Answers
    53
    Views
    29,940

    Poll: Re: Weekly Training Notes by Email

    I am also very Interested in the Weekly Training Notes By Email...
  4. Answers
    3
    Views
    4,030

    Re: Alpha and Beta Testing

    What is the difference between Alpha and Beta Testing?
  5. Answers
    10
    Views
    5,074

    Windows Re: Run a program as a different user in XP

    What is the main difference between windows xp and windows 95and 98?
  6. Answers
    8
    Views
    3,656

    Re: array of string operation

    #include<stdio.h>
    #include<conio.h?
    void main()
    {
    char ch[20];//to store string into the arry
    int i=0,length=0
    while(ch[i]!='\0')// while arry not equal to null. String stores at the end...
  7. Answers
    7
    Views
    4,063

    Re: what these operators r?

    << This is shift left operator
    and >> this shift right operato..
    but
    In c++ we use as insertion and extraction operator...
    cin>> variable;
    cout<<display message.
  8. Answers
    2
    Views
    2,923

    main things needed?

    What are the main things need to get job in INFORMATION TECHNOLOGY?

    1. Technical Knowledge (or)

    2. Good Communication skill(or)

    3. Both

    4. both of them small
  9. Answers
    5
    Views
    5,717

    software testing

    I have one dought about software Testing...

    what is the main difference between Testing and Debugging?

    I am the student..
  10. Answers
    18
    Views
    18,681

    Re: when we use String and StringBuffer?

    String:
    Strings are represented a sequence of characters. The Easist way to represent a sequence of character in JAVA is by using Character Array.
    Some String Methods:
    sn=so.toLowerCase; //...
  11. Answers
    34
    Views
    53,479

    Re: What is the abbrevation of OOPS?

    Object Oriented Programming System
  12. Answers
    7
    Views
    10,935

    Java not 100% Pure OOPS

    Java is Not 100% OOPs? Why?
  13. Answers
    1
    Views
    3,149

    java and javascript

    What is diffrence between Java and Java Script?
  14. Answers
    3
    Views
    2,913

    Wrapper class

    What is mean by Wrapper class?
    What is it use...?
  15. Answers
    18
    Views
    18,681

    Re: when we use String and StringBuffer?

    we cannot change any value in the string.
    But we easily change any value at String Buffer.

    we cannot insert, delete any values at string.
    But we can insert new elements and also delete any...
  16. Re: Applet slow response time upon first interaction

    Because it to take time to initialize for the applet. Then next time it will automatically executed
  17. Answers
    2
    Views
    2,971

    Re: Applets...

    thanks for your useful link....
  18. Re: We Want to Store the value a=10 by pointer

    Thankyou verymuch for answer my Dought sir,
    and i have another dought how to find the sizeof interger or float with out using sizeof() operator.
  19. We Want to Store the value a=10 by pointer

    We Want to Store the value a=10 by pointer in any one memory location. After some Time we can change the value of the a and also doe snot change the memory location. how?
Results 1 to 19 of 20
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