G
Q. Which method is used to write an array of byte to the current output stream?
public void write(byte[])throws IOException is used to write an array of byte to the current output stream.
You must be Logged in to update hint/solution
Q. What will be the output of following Java code?
Q. What is the return type of a constructor in Java?
Q. The Java Virtual Machine (JVM) implements arrays as ___ type.
Q. Which of the following is true about the size of an ArrayList in Java?
Q. Which is the Parent class of annotation class?
Q. Find the output of the following code.
Q. Which of these class is used to read and write bytes in a file?
Discusssion
Login to discuss.