-
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.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
What is meant by timeslicing or time sharing?
A) Timeslicing is the method of de-allocating CPU time to individual threads in a priority schedule.B) Timeslicing is the method of allocating CPU space to individual threads in a priority schedule.C) Timeslicing is the method of allocating CPU time to individual threads in a priority schedule.D) Timeslicing is the method of de-allocating CPU space to individual threads in a priority schedule.
Java Interview Questions
Ans