what is for datainputstream?
Answer / sudhir
it is available in java.io.* and it is a class reading
method from specified location.
| Is This Answer Correct ? | 3 Yes | 0 No |
Define how can we find the actual size of an object on the heap?
Explain features of interfaces in java?
Explain the difference between transient and volatile in java?
Describe how to implement singleton design pattern in struts.
Why is multithreading important?
What language is an assembler written in?
What is the difference between JDBC 1.0 and JDBC 2.0?
What are the java ide's? Explain
What is an exception?
why the equals method can be override?when we override the equals method?
What is the impact of declaring a method as final?
Can constructor be synchronized?