Use Sophia to knock out your gen-ed requirements quickly and affordably. Learn more
×

IT-145 Tutorial

Author: Cheryl Frederick

IT-145 Tutorials

Hello!

This Sophia course was created to support students taking IT-145. Video tutorials have been created that demonstrate introductory programming concepts using the Java programming language. Check back often; new videos will be uploaded in the future. In addition to these video tutorials, links to resources that explain the Java concepts are provided. All of the videos and resources are organized to align with the topics covered in each module of the IT-145 course.

Enjoy!

Cheryl Frederick

C.frederick@snhu.edu

General Java Programming Resources



Java API documentation

http://docs.oracle.com/javase/8/docs/api/

Oracle Java Tutorials

http://docs.oracle.com/javase/tutorial/

 

 

Welcome! Study Tips for IT-145

Getting Started with NetBeans and Java Programming

Input and Output

Using the Scanner class to get user input

http://www.java-made-easy.com/java-scanner.html

System.out.print() and System.out.println() to display output

http://www.java-made-easy.com/java-output.html

System.out.printf() to display formatted output

http://www.homeandlearn.co.uk/java/java_formatted_strings.html

Dialogue boxes

http://www.roseindia.net/java/example/java/swing/ShowDialogBox.shtml

Math Operators

Graphical User Interface (GUI) Development

Testing User-Defined Classes