By what default value is an object reference declared as an
instance variable?
Answer / pranab dutta
Its default value is ?null? unless we define it explicitly.
Is This Answer Correct ? | 35 Yes | 2 No |
Can we place the any object to key attribute of HashMap<key,value>?
What are the types of collections in java?
What is a byte string?
StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?
Does Java support multiple Inheritance?
What environment variables are required to be set on a machine in order to run Java programs?
What is memory leak and how does java handle it?
Why Java is called as purely platform independent..? Explain briefly..dont Give regular answers Explain with your own example..?
What is difference between calling start() and run() method of thread?
How to call one constructor from the other constructor ?
What is mysql driver class name?
Is it safe to install java on my computer?