DEVFYI - Developer Resource - FYI

What is octal What is object-oriented design

J2SE Interview Questions and Answers


(Continued from previous question...)

160. What is octal What is object-oriented design

The numbering system using 8 as its base, using the numerals 0-7 as its digits. In programs written in the Java programming language, octal numbers must be preceded with 0. See also hexadecimal.

(Continued on next question...)

Other Interview Questions