Core Java Interview Questions – Set 06
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy The Reader/Writer class hierarchy is character-oriented, and the InputStream/OutputStream class hierarchy is byte-oriented. How is an argument passed in java, by copy or by reference What is a modulo operator This operator gives the value which is related to the remainder of a divisione.g x=7%4 … Read more