InterviewSolution
Saved Bookmarks
| 1. |
What Is Octal What Is Object-oriented Design ? |
|
Answer» 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. 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. |
|