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 |
What is Collection interface?
What is a ternary operator in java? What is an interface?
State the significance of public, private, protected class?
How to create com object in Java?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What are the benefits of operations?
How to perform Singleton of the java class object on multi JVM?
Which is better singleton or static class?
How destructors are defined in java?
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
Explain differences between collection api and stream api?
Which Math method is used to calculate the absolute value of a number?