Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    3,721

    Re: stream classes

    it means that when we are using binary stream classess the data actually store in bytes format while in character stream the data stores in character format
    e.g. if u r storing 23456 of int type by...
  2. Answers
    1
    Views
    4,375

    Re: BufferedReader and DataInputStream

    Difference bet'n BufferedReader and DataInputStream....

    BufferedReader is character stream I/O class which helps in extracting a string from buffer attached to keyboard while DataInputStream is...
  3. Answers
    1
    Views
    4,112

    Re: Syntax for Runnable extends Thread

    hi jobhelper
    there is not any ambiguity in this syntax and this compiles fine
    here is the code.........
    which displays "hi" ten times on the screen......
    public class kk extends Thread implements...
  4. Answers
    7
    Views
    7,952

    Re: transient and volatile....

    hi suresh
    u wanna want to know about transient

    when we serialize any object its all data members are serialized except the data members declared as transient.... fine.
    now about volatile..
    ...
Results 1 to 4 of 4
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