Topics
Revision of Class Ix Syllabus
Class as the Basis of All Computation
User - Defined Method
Constructors
Library Classes
Encapsulation
Arrays
- Definition of Array
- Types of Array
- Usages of Array
- Sorting and Search Technique of Array
- Declaration of Single and Double Dimension Arrays
- Initialization of Single and Double Dimensional Arrays
- Accepting Data of Single and Double Dimensional Arrays
- Accessing the Elements of Single Dimensional and Double Dimensional Arrays
String Handling
The following methods are to be covered:
- int parseInt(String s),
- long parseLong(String s),
- float parseFloat(String s),
- double parseDouble(String s),
- boolean isDigit(char ch),
- boolean isLetter(char ch),
- boolean isLetterOrDigit(char ch),
- boolean isLowerCase(char ch),
- boolean isUpperCase(char ch),
- boolean isWhitespace(char ch),
- char toLowerCase (char ch)
- char toUpperCase(char ch)
If you would like to contribute notes or other learning material, please submit them using the button below.
Related QuestionsVIEW ALL [16]
Advertisement Remove all ads