** Java SE Bronze exam test content ** Introductory qualification for those who have no language experience. The purpose is to evaluate that you have a basic knowledge of object-oriented programming using the Java language.
** 1. Java language program flow ** --1.1. Compiling and executing Java programs 1.2. Description of Java Technology Features 1.3. Description of the features of each edition of Java Platform
** 2. Declaration and use of data ** 2.1. Description of data type in Java language (basic type, reference type) 2.2. Declaration and initialization of various variables and constants, scope 2.3. Generating and using arrays (primary arrays only) 2.4. Use of command line arguments
** 3. Operators and branch statements ** 3.1. Use of various operators 3.2. Operator precedence 3.3. Creating and using if, if / else statements 3.4. Creating and using switch statements
** 4. Loop statement ** 4.1. Creating and using while statements 4.2. Creating and using for statements and extended for statements 4.3. Creating and using do-while statements 4.4. Loop nesting
** 5. Object-oriented concept ** 5.1. Description of concrete classes, abstract classes, and interfaces 5.2. Explanation and application of data hiding and encapsulation 5.3. Explanation and application of polymorphism
** 6. Class definition and object creation and use ** 6.1. Class definition and object creation and use 6.2. Creating and using overloaded methods 6.3. Constructor definition 6.4. Applying and encapsulating access modifiers (public / private only) 6.5. Definition and use of static variables and methods
Recommended Posts