Search this site
Embedded Files
Skip to main content
Skip to navigation
ICT and IB Computer Science
ICT and IB Computer Science
Computer 10 (ICT)
Computer 10 (Programming)
IB Computer Science 11
01 System basics and OS
new page
02 Program development 1
03 Computer architecture
04 Primary-secondary mem
05 Binary representation
06 Computational Thinking, Algorithm, Pseudocode, Flowcharts
07 Systems in organizations
08 System Design and Analysis
09 OOP
10 ADTs and Recursion (HL only)
IB Computer Science 12
01 Networks
02 Program development 2
03 Logic gates
04 Human interaction with systems
05 Internal Assessment
06 Resource management
07 Control Systems
08 Case study
Java sample codes
01 Basic output sample
02 Basic input sample
03 Basic math sample
04 If boolean optrs (&&, ||)
04 If sample numeric
04 If sample string
05 Loops (3 kinds)
06 Random Numbers
ADT Binary Tree
ADT Linked list
Arrays (1D)
Arrays (2D)
Boolean check (Isaac's Discov)
File if(exists)
File Random Read
File Random Write
File Text Read
File Text Write
GUI Canvas
GUI Canvas (hitme game)
GUI Canvass w/ velocity
GUI Checkbox
GUI ComboBox 1
GUI ComboBox 2
GUI ComboBox 3
GUI Display Frame
GUI Enter Key Pressed
GUI File Finder
GUI FlowLayout
GUI Font
GUI Image Button
GUI Image Button GIF Transparent Bg
GUI Image Mouse Over
GUI ImageIcon JLabel
GUI JPanel
GUI Label, Button, TextField
GUI Menu
GUI Move Text
GUI Notepad Sample
GUI Play Music
GUI Play Music (SoundEffects Class)
GUI Radio Button
GUI Radio Button (Window Builder)
GUI ScrollPane
GUI ScrollPane Sample (using WindowBuilder)
GUI Table
GUI TextArea
GUI TextArea (append)
GUI TextField
GUI Timer
GUI Timer (Splash)
GUI Typewriter Effect
JOptionPane
JOptionPane Confirm Dialog
Link to a Website
Modular Sample 1
Modular Sample 2
OOP Basic sample
OOP Inheritance sample
OOP Polymorphism sample
Parameter Passing
Playing Sounds
Recursion
Sample Decimal Format
Simple Date Format
Sorting Strings (CompareTo)
Substring
Time Delay
To String (from int, char)
Variables add 2 nos
Variables double sample
Java video links
Java 0: Tutorials (Mr. Castaneda)
Java 1: Basics (IO, Variables, Formulas, IF, Loops)
Java 2: Methods, Classes, Parameters
Java 3: OOP Concepts
Java 4: Arrays
ICT and IB Computer Science
ICT and IB Computer Science
Computer 10 (ICT)
Computer 10 (Programming)
IB Computer Science 11
01 System basics and OS
new page
02 Program development 1
03 Computer architecture
04 Primary-secondary mem
05 Binary representation
06 Computational Thinking, Algorithm, Pseudocode, Flowcharts
07 Systems in organizations
08 System Design and Analysis
09 OOP
10 ADTs and Recursion (HL only)
IB Computer Science 12
01 Networks
02 Program development 2
03 Logic gates
04 Human interaction with systems
05 Internal Assessment
06 Resource management
07 Control Systems
08 Case study
Java sample codes
01 Basic output sample
02 Basic input sample
03 Basic math sample
04 If boolean optrs (&&, ||)
04 If sample numeric
04 If sample string
05 Loops (3 kinds)
06 Random Numbers
ADT Binary Tree
ADT Linked list
Arrays (1D)
Arrays (2D)
Boolean check (Isaac's Discov)
File if(exists)
File Random Read
File Random Write
File Text Read
File Text Write
GUI Canvas
GUI Canvas (hitme game)
GUI Canvass w/ velocity
GUI Checkbox
GUI ComboBox 1
GUI ComboBox 2
GUI ComboBox 3
GUI Display Frame
GUI Enter Key Pressed
GUI File Finder
GUI FlowLayout
GUI Font
GUI Image Button
GUI Image Button GIF Transparent Bg
GUI Image Mouse Over
GUI ImageIcon JLabel
GUI JPanel
GUI Label, Button, TextField
GUI Menu
GUI Move Text
GUI Notepad Sample
GUI Play Music
GUI Play Music (SoundEffects Class)
GUI Radio Button
GUI Radio Button (Window Builder)
GUI ScrollPane
GUI ScrollPane Sample (using WindowBuilder)
GUI Table
GUI TextArea
GUI TextArea (append)
GUI TextField
GUI Timer
GUI Timer (Splash)
GUI Typewriter Effect
JOptionPane
JOptionPane Confirm Dialog
Link to a Website
Modular Sample 1
Modular Sample 2
OOP Basic sample
OOP Inheritance sample
OOP Polymorphism sample
Parameter Passing
Playing Sounds
Recursion
Sample Decimal Format
Simple Date Format
Sorting Strings (CompareTo)
Substring
Time Delay
To String (from int, char)
Variables add 2 nos
Variables double sample
Java video links
Java 0: Tutorials (Mr. Castaneda)
Java 1: Basics (IO, Variables, Formulas, IF, Loops)
Java 2: Methods, Classes, Parameters
Java 3: OOP Concepts
Java 4: Arrays
More
ICT and IB Computer Science
Computer 10 (ICT)
Computer 10 (Programming)
IB Computer Science 11
01 System basics and OS
new page
02 Program development 1
03 Computer architecture
04 Primary-secondary mem
05 Binary representation
06 Computational Thinking, Algorithm, Pseudocode, Flowcharts
07 Systems in organizations
08 System Design and Analysis
09 OOP
10 ADTs and Recursion (HL only)
IB Computer Science 12
01 Networks
02 Program development 2
03 Logic gates
04 Human interaction with systems
05 Internal Assessment
06 Resource management
07 Control Systems
08 Case study
Java sample codes
01 Basic output sample
02 Basic input sample
03 Basic math sample
04 If boolean optrs (&&, ||)
04 If sample numeric
04 If sample string
05 Loops (3 kinds)
06 Random Numbers
ADT Binary Tree
ADT Linked list
Arrays (1D)
Arrays (2D)
Boolean check (Isaac's Discov)
File if(exists)
File Random Read
File Random Write
File Text Read
File Text Write
GUI Canvas
GUI Canvas (hitme game)
GUI Canvass w/ velocity
GUI Checkbox
GUI ComboBox 1
GUI ComboBox 2
GUI ComboBox 3
GUI Display Frame
GUI Enter Key Pressed
GUI File Finder
GUI FlowLayout
GUI Font
GUI Image Button
GUI Image Button GIF Transparent Bg
GUI Image Mouse Over
GUI ImageIcon JLabel
GUI JPanel
GUI Label, Button, TextField
GUI Menu
GUI Move Text
GUI Notepad Sample
GUI Play Music
GUI Play Music (SoundEffects Class)
GUI Radio Button
GUI Radio Button (Window Builder)
GUI ScrollPane
GUI ScrollPane Sample (using WindowBuilder)
GUI Table
GUI TextArea
GUI TextArea (append)
GUI TextField
GUI Timer
GUI Timer (Splash)
GUI Typewriter Effect
JOptionPane
JOptionPane Confirm Dialog
Link to a Website
Modular Sample 1
Modular Sample 2
OOP Basic sample
OOP Inheritance sample
OOP Polymorphism sample
Parameter Passing
Playing Sounds
Recursion
Sample Decimal Format
Simple Date Format
Sorting Strings (CompareTo)
Substring
Time Delay
To String (from int, char)
Variables add 2 nos
Variables double sample
Java video links
Java 0: Tutorials (Mr. Castaneda)
Java 1: Basics (IO, Variables, Formulas, IF, Loops)
Java 2: Methods, Classes, Parameters
Java 3: OOP Concepts
Java 4: Arrays
01 Basic output sample
class OutputSample
{
public static void main(String[ ] args)
{
System.out.println("Hello world!");
}
}
Report abuse
Page details
Page updated
Report abuse