STELLIETECH
  • Home
  • Information
    • FAQ
    • Blog
    • About us
  • Courses
    • Microsoft Office Courses >
      • Microsoft Word
      • Microsoft Word Expert
      • Microsoft Excel
      • Microsoft Excel Expert
      • Microsoft Access
      • Microsoft Access Expert
      • Microsoft Outlook
      • Microsoft PowerPoint
    • Adobe Suite Courses >
      • Adobe After Effects
      • Adobe Dreamweaver
      • Adobe Illustrator
      • Adobe InDesign
      • Adobe Photoshop
      • Adobe Premiere Pro
    • IT Specialist >
      • HTML 5 Application Development
      • Cloud Computing
      • Computational Thinking
      • Device Configuration and Management
      • HTML and CSS
      • Python Course
      • Java Course
      • Javascript Course
      • Network Security
      • Networking Course
      • Databases Course
    • Introduction to Computers >
      • Typing Course
      • Computer Literacy
      • Digital Literacy
    • Office Administration
    • CompTIA Courses >
      • CompTIA Security+ Course
      • CompTIA Network+ Course
      • CompTIA A+ Course
    • Cyber Security >
      • Ethical Hacking Associate (EC-Council)
    • Health and Safety Courses >
      • Working at Heights
      • Health and Safety Representative
      • Covid-19 Workplace Readiness
    • MTA Courses >
      • MTA - Cloud Fundamentals
      • MTA - Database Administration Fundamentals
      • MTA - HTML5 Application Development Fundamentals
      • MTA - Introduction to Programming using Java Course
      • MTA - Introduction to Programming using JavaScript Course
      • MTA - Introduction to Programming using HTML and CSS Course
      • MTA - Mobility and Devices Fundamentals
      • MTA - Networking Fundamentals
      • MTA - Security Fundamentals
      • MTA - Software Development Fundamentals
      • MTA - Windows Operating System Fundamentals
  • Certify
    • Exams
    • Practice Tests
  • E-learning
    • Learn Online
    • Course Creation
    • Custom E-learning
    • Virtual event hosting
  • Contact
    • Request a Quote

IT Specialist: ​Java Course

View Course
Picture
Picture
Duration:
​Course: 3 Days 
+ 1 day for Internationally Certified Exam
Pricing:
​​​Course Price: R 3465.00 per person excl VAT
​Exam Price: R850 with re-write excl VAT (Optional)
Certificate of Training:
1 x StellieTech Certificate of Completion
1 x Internationally Accredited E-Certificate
Recommended Prerequisite 
Learners are required to have knowledge, comprehension and application of English at Grade 10 or equivalent. Computer literacy
Venue:
​Stellenbosch Academy (Address)​
OR Online Training (
100% Remote)
​

Times:
​​Monday - Friday 09:00 - 16:00
Follow Up Courses:
IT Specialist JavaScript Course
​IT Specialist HTML and CSS course 

​
Official Exam:
Internationally Accredited Microsoft Office Specialist Exam
Preparation: 
Assessment, Simulation, and Video's. 
​​
Picture
  • Course Overview
  • Detailed Course Outline
  • Why Get Certified
<
>

IT Specialist Java Course

Click here to Download COurse PDF
The IT Specialist Java course is excellent for someone wanting to learn how to code in Java, a powerful object-oriented programming language. Topics covered include: Java fundamentals, String manipulation, Loops, Variable scopes, Syntax, Logic, and Runtime Errors and many more. Upon completion of this course, candidates will be able to demonstrate that they can recognize, write, and debug Java code that will logically solve a problem. Furthermore, this course covers the material on the IT Specialist Java Internationally Accredited Certification Exam, and will help anyone looking to improve their employability prospects in the areas of Java code and its syntax.

How does it work?

Our courses are fully facilitated and self paced, and can either be done at our training center or 100% remote (online). Upon successfully completing the course, you will receive a Certificate of Achievement from StellieTech and thereafter, you will be preparing to write the Internationally Accredited Certification Exam which you can book with your StellieTech Course Facilitator/Trainer. The exam can be done at the training center, or 100% remote (online). Should you pass your exam, you will be awarded the Internationally Accredited Certified Exam Certificate which you will receive from the certifying body: Certiport.
​WHEN DOING THE COURSE ONLINE
All you need is a laptop / desktop computer with a stable internet connection. You will receive an online enrolment document via email with your username and password as well as the web address where you will be accessing the course from. The enrolment document also outlines how the course is structured and how to navigate through the course. You will have access to our dedicated support team who will be ready and available should you require any assistance.
WHEN DOING THE COURSE AT OUR TRAINING CENTER
You will be stationed at a desk with a computer that is already set up with the course material so you won’t need to bring a laptop. You will have access to a dedicated facilitator/ trainer that will assist you throughout your training. There is a coffee/ tea station (canteen area) and a coffee shop nearby where you’ll be able to get lunch. Training is from 09h00 – 16h00. Courses can be done consecutively or one day a week.

Each Course Includes

  • Video-based Instructions
  • Exercise Labs
  • Pre- and Post Assessments
  • Flash Cards in addition to PDF Workbooks. The workbooks includes fill-in-the blanks, glossary terms and definitions and many other resources to reinforce learning.

Benefits

  • Java Fundamentals
  • Data Types, Variables, and Expressions
  • Flow Control Implementation
  • Object-Oriented Programming
  • Code Compilation and Debugging​
  • Internationally Accredited Exam and many more
Picture
Upon successfully completing the exam​
  • You will receive the Internationally Accredited Exam Certificate which gets sent to you directly from the certifying body: Certiport.
  • StellieTech will email you your E-Certificate and Score Report.
  • You will receive an "Acclaim" badge which can be added to your LinkedIn profile to prove that you are certified.
The Use of Main
  • First Java File
  • Signature of Main
  • Consume a Class Instance
  • Command-Line Arguments
Basic Input and Output
  • Print Statements
  • Import and Use the Scanner Class
Variable Scopes
  • Variables in Blocks
  • Variables in Methods
  • Variables in Classes
  • Javadoc
Primitive Type Variables
  • Data Types and Initialization
  • Lost Precision
  • Primitives vs. Wrapper Object Types
String Manipulation
  • String Classes and Literals
  • String.format Methods
  • String Operators
  • Primitive Data Type to String Conversion
  • Immutable Nature of Strings
  • Initialization, Null
Arrays and ArrayLists
  • One-Dimensional Arrays
  • Two-Dimensional Arrays
  • Other Array Creation Methods
  • ArrayLists and Adding Elements
  • ArrayLists and Removing Elements
Parsing, Casting, and Conversion
  • Casting and Conversion
  • Parse Strings to Numbers
Arithmetic and Assignment Operators
  • Arithmetic Operators
  • Assignment Operators
  • Operator Precedence
Branching Statements
  • If Statements
  • Else Statements
  • Else If Statements
  • Switch Statements
  • Single-Line vs. Block Statements
  • Nesting Branch Statements
  • Logical Operators
  • Relational Operators
Loops
  • While Loop
  • Do While Loop
  • For Loop
  • For Each Loop
  • Break
  • Continue
  • Nesting Loops
  • Logical and Relational Operators
  • Unary Operators​
Classes
  • Build a Class 1​
  • Constructors
  • Constructor Overloads
  • Classes per Java File
  • The This Keyword
  • Inheritance
  • Overriding
​Class Data Members
  • Private, Public, Protected
  • Instance and Static Data Members
  • Use Static Final to Create Constants
  • Encapsulation​
Methods
  • Private, Public, Protected Methods
  • Method Parameters
  • Return Type and Value Voids
  • Instance and Static Methods
  • Overloading
Instantiate and Use a Class Object
  • Instantiation and Initialization
  • Null Use
  • Access and Modify Data Members
  • Import Packages and Classes
​Syntax, Logic, and Runtime Errors
  • Print Statement Debugging
  • Javac Command Output
  • Analyze for Logic Errors
  • Console Exceptions
  • Evaluate a Stack Trace
Exception Handling
  • Try Catch Finally
  • Exception Class
  • Exception Class Types
  • Display Exception Information​
In a world where competition for jobs, pay increases, and academic success continues to increase, certifications offer hope because they are a credible, third-party assessment of one’s skill and knowledge for a given subject.
​

The Information Technology Specialist program is a way for students validate entry level IT skills sought after by employers. The IT Specialist program is aimed at candidates who are considering or just beginning a path to a career in information technology. Students can certify their knowledge in a broad range of IT topics, including software development, database administration, networking and security, mobility and device management, and coding.


Candidates for this exam will demonstrate that they can recognize, write, and debug JavaScript code that will logically solve a problem.

Some of the key benefits of certification include:

  • Validation of knowledge
  • Increased marketability
  • Increased earning power
  • Enhanced academic performance
  • Improved reputation
  • Enhanced credibility
  • Increased confidence
  • Respect from peers
Picture

    Request A Quote

Submit
Picture
Investing in South Africa's future: 
​“South African employers need a workforce that is skilled, adaptable, creative, and equipped for success in the global marketplace.” 

Powered by Create your own unique website with customizable templates.
  • Home
  • Information
    • FAQ
    • Blog
    • About us
  • Courses
    • Microsoft Office Courses >
      • Microsoft Word
      • Microsoft Word Expert
      • Microsoft Excel
      • Microsoft Excel Expert
      • Microsoft Access
      • Microsoft Access Expert
      • Microsoft Outlook
      • Microsoft PowerPoint
    • Adobe Suite Courses >
      • Adobe After Effects
      • Adobe Dreamweaver
      • Adobe Illustrator
      • Adobe InDesign
      • Adobe Photoshop
      • Adobe Premiere Pro
    • IT Specialist >
      • HTML 5 Application Development
      • Cloud Computing
      • Computational Thinking
      • Device Configuration and Management
      • HTML and CSS
      • Python Course
      • Java Course
      • Javascript Course
      • Network Security
      • Networking Course
      • Databases Course
    • Introduction to Computers >
      • Typing Course
      • Computer Literacy
      • Digital Literacy
    • Office Administration
    • CompTIA Courses >
      • CompTIA Security+ Course
      • CompTIA Network+ Course
      • CompTIA A+ Course
    • Cyber Security >
      • Ethical Hacking Associate (EC-Council)
    • Health and Safety Courses >
      • Working at Heights
      • Health and Safety Representative
      • Covid-19 Workplace Readiness
    • MTA Courses >
      • MTA - Cloud Fundamentals
      • MTA - Database Administration Fundamentals
      • MTA - HTML5 Application Development Fundamentals
      • MTA - Introduction to Programming using Java Course
      • MTA - Introduction to Programming using JavaScript Course
      • MTA - Introduction to Programming using HTML and CSS Course
      • MTA - Mobility and Devices Fundamentals
      • MTA - Networking Fundamentals
      • MTA - Security Fundamentals
      • MTA - Software Development Fundamentals
      • MTA - Windows Operating System Fundamentals
  • Certify
    • Exams
    • Practice Tests
  • E-learning
    • Learn Online
    • Course Creation
    • Custom E-learning
    • Virtual event hosting
  • Contact
    • Request a Quote