Jump to ratings and reviews
Rate this book

JAVA: JAVA 100 Tests, Answers & Explanations, Pass Final Exam, Job Interview Exam, Engineer Certification Exam, Examination, JAVA programming, JAVA in easy steps: A Beginner’s Guide

Rate this book
"The Java 100 Tests, Answers & Explanations" is a useful book for beginners. This book can help you
Pass the final examination;
Pass the job interview examination;
Pass the engineer certification examination;

From this book, you can
Java Basic; Control Statement; Array; Function; If, Switch statement; For, While loop; Class, Object, Method & Interface; String & StringBuffer; Exception; Input & Output
……

Table of Contents
Chapter 1 Java Basic
Chapter 2 Control Statement, Array, Function
Chapter 3 Class, Object, Interface & Method
Chapter 4 Class, Object, Interface & Method
Chapter 5 Class, Object, Interface & Method
Chapter 6 String & StringBuffer
Chapter 7 Exception
Chapter 8 Input & Output
Conclusion

Test example 1:
11. Which following line is not correct?
import java.util.Date; // line1
package myPackage; // line2
class myClass1 extends Date{…} // line3
class myClass2 extends Date{…} // line4
A.line1
B.line2
C.line3
D.line4
Answer : ……
……

Test example 2:
5. What is the output in the following code?
FileInputStream in=new FileInputStream(“myfile.java”);
byte b[ ]=new byte[10];
int d=in.read(b);
System.out.print(d);
A.10
B.20
C.not sure.
D.compile failure.
……
……

150 pages, Kindle Edition

First published February 1, 2015

4 people are currently reading
4 people want to read

About the author

Ray Yao

539 books8 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
2 (50%)
4 stars
0 (0%)
3 stars
1 (25%)
2 stars
1 (25%)
1 star
0 (0%)
Displaying 1 of 1 review
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.