Skip to content

smartkiwi/OCPJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCP Java SE 6 Programmer Exam Practice tasks

Sections:
Section 1: Declarations, Initialization, Scoping
Section 2: Flow control

Naming convention:

folder s1a - section 1 task 1


General memos:
-- make sure you have java and javac in your PATH:
i.e. for windows:
set PATH=%PATH%;  
-- to compile java file use command:
javac <file>.java
-- to execute program (without .class extension)
java <classname>

About

OCP Java SE 6 Programmer Practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published