Oracle Java SE7 Programmer Level 1 Certification


  • Oracle Java SE7 Programmer Level 1 Certification , Singapore elarning online course
  • Oracle Java SE7 Programmer Level 1 Certification , Singapore elarning online course
  • Oracle Java SE7 Programmer Level 1 Certification , Singapore elarning online course
  • Oracle Java SE7 Programmer Level 1 Certification , Singapore elarning online course
  • Oracle Java SE7 Programmer Level 1 Certification , Singapore elarning online course
  • Oracle Java SE7 Programmer Level 1 Certification , Singapore elarning online course

Course Description

Have you ever wondered how all those cool applications and games around the web are made? The answer is: Java. Java is the most commonly used programming language in the world. Get started learning Java today, and in a few days with this Java Tutorial for Beginners you'll be a pro. To make your life a bit easier, you will learn Java from scratch using the NetBeans environment. Java allows you to play online games, chat with people around the world, calculate your mortgage interest, and view images in 3D, just to name a few. It's also integral to the intranet applications and other e-business solutions that are the foundation of corporate computing.

Everything you need to know for Java Certification.

- Know the basics of Java programming language
- Learn the the topics in this course to pass Oracle's Java Programmer Level 1 Exam
- Know how to code using Java after the completion of this course
- Be able to apply the knowledge into your own projects after this course


Course Objectives

1. Solve programming problems using decision constructs, loop constructs, data types, classes, objects and inheritance
2. Learn all the necessary content to pass Oracle's Java Programmer Level 1 Exam
3. Follow the exact curriculum used by Oracle to prepare developers for the exam
4. Gain proficiency at Java from beginner to intermediate levels
5. Tackle real world problems both for practice and entry-level employment


Related Courses

  • Become a High Earning Cloud Architect

    Become a High Earning Cloud Architect

    SGD $20.00

    Course Description

    The demand for Cloud Architects is very high and you as a technical guru can take advantage of this. If your currently a Solutions Architect, System Administrator or Developer this course is a great transition. As your well credentialed instructor I will be working with you for over 10 hours going through what a Cloud Architect needs to know. We will cover the basics of cloud, then we will cover cloud frameworks, cloud ecosystems, cloud migrations, cloud analysis, etc. This is a vendor neutral course where you will learn the basics but i will apply the fundamentals to the three major providers so you can take this knowledge and run. We will touch on Google Cloud, Amazon Web Services and MS Azure for IaaS/PaaS. Salesforce and Servicenow for SaaS as well as O365 briefly. Lastly, I will go through what you need to look for in a Cloud role and the best resources for finding a new job or gig. The materials are based on the The Professional Cloud Solutions Architect certification which equips solution architects with insights and familiarity with the topology and ecosystems that are being created as a result of cloud technology adoption and operating models. These materials are Vendor neutral.

    Read more...

  • Network+ Certification Prep

    Network+ Certification Prep

    SGD $299.00

    Course Description

    The Network+ Certification Prep Course readies students for CompTIA's Network+ Certification exam which is a vendor-neutral certification allowing IT professionals to gain expertise in configuring, managing, installing, troubleshooting and maintaining basic computer networks. With top experts and an interactive, lab-filled environment, students gather essential knowledge of network configuration, technologies and installations as well as topologies and media security and management. The Network+ certification by CompTIA is an internationally recognized and coveted credential providing proof of a student's knowledge, skills and ability to manage, maintain, troubleshoot, install, operate and configure a basic network infrastructure. This course prepares the student for the CompTIA Network+ Certification exam N10-006.

    Read more...

  • Certified Advanced Persistent Threat Analyst

    Certified Advanced Persistent Threat Analyst

    SGD $299.00

    Course Description

    Cyber-attacks have become so sophisticated over the years, that a new term has emerged - Advanced Persistent Threat, which we will refer to as APT. An APT is a group of individuals that have both the means and the intent to launch persistent attacks against specific targets. Understanding these groups and their behavior is important when evaluating threats against any organization.   Hackers have traditionally targeted large corporations, but today small to midsize businesses are being attacked with the same type of highly sophisticated malware. These new strains of advanced malware are often referred to as APTs   Modern malware uses Advanced techniques such as encrypted communication channels, kernel-level rootkits, and sophisticated evasion capabilities to get past a network’s defenses. More importantly, they often leverage zero day vulnerabilities – flaws for which no patch is available yet and no signature has been written.   Modern malware is often Persistent and designed to stick around. It’s stealthy and carefully hides its communications. It lives in a victim’s network for as long as possible, often cleaning up after itself by deleting logs, using strong encryption, and only reporting back to its controller in small, obfuscated bursts of communication.   Many attacks are now blended combinations of different techniques. A common tactic for hackers is to initiate an APT with spear phishing. This involves sending a carefully crafted email that appears to be in the from of a known individual or business with a link to a malicious website or an infected download.    Once the initial breach is successful, attackers can further damage defenses by disabling security protocols, changing security settings or stealing passwords. Groups of highly skilled, motivated, and very well-funded attackers represent significant Threats because they have very specific targets and goals in mind – often financial gain from theft of credit cards and other valuable account information.   Here are the topics that we will be covering in this course. We will begin by going over the APT Lifecycle and teach you a structured approach to analyze and assess inherent vulnerabilities. We will teach you mitigation and countermeasures that may prevent an attacker from gaining a foothold into an organization.   Next, we will get you familiar with APT1 Group and some common ATPs we have seen in the last few years like Stuxnet, and two new ones, Adwind and Poseidon. Lastly, we will get you familiar with the Cyber World War.

    Read more...


Content

Java Program Fundamentals - Introduction to the Course

+

Introduction

Download Source Code

Introduction to Java Programming

Preview Available

+

Getting Started with NetBeans

Strings & Mathematical Operators

Methods (Functions)

Boolean Logic & IF ELSE Statements

Loops

Arrays

For Loop

Variables

Object Oriented Programming (OOP)

+

Object Oriented Programming (OOP)

Constructors (OOP)

Java Review

+

Review of Concepts So Far

More Beginner Java

+

Multi-dimensional Arrays

Array Lists

String Functions

Try Catch & Exceptions

User Input

File Reading/Writing

Switch/Enumerations

Java SE7 Level 1 Certification - Introduction to the Course

+

Introduction to the Course

Download All Practice Files Open in Netbeans
Download Source Code
Download Practice Files in individual Sections

Java Basics

+

Hello World!- for the NetBeans IDE

Creating and Using Packages

Section Conclusion

Working with Java Data Types

+

Section Introduction

Variables

Initializing Fields

Primitive Data Types

The Numbers Classes

Inheritance

Declaring Member Variables

Creating Objects

Using Objects

Explain an Object's Lifecycle

The StringBuilder Class

Summary of Characters and Strings

Converting Between Numbers and Strings

Section Conclusion

Ideas for Practicing These Skills

Using Operators and Decision Constructs

+

Section Introduction

Assignment, Arithmetic and Unary Operators

Equality, Relational and Conditional Operators

Expressions, Statements and Blocks

Object as a Superclass

The if-then and if-then-else Statements

The switch Statement

Ideas for Practicing These Skills

Section Conclusion

Creating and Using Arrays

+

Section Introduction

One-dimensional Arrays

Multi-dimensional Arrays

ArrayList

Section Conclusion

Ideas for Practicing These Skills

Using Loop Constructs

+

Section Introduction

The while and do-while Statements

The for Statement and Enhanced for Loop

Branching Statements ('break' and 'continue')

Section Conclusion

Working with Methods and Encapsulation

+

Section Introduction

Returning Values from Methods

Apply the Static Keyword to Methods and Fields

Create an Overloaded Method

Constructors

Access Modifiers

Encapsulation Principles

Passing Information to a Method or a Constructor

Section Conclusion

Ideas for Practicing These Skills

Working with Inheritance

+

Section Introduction

Implement Inheritance

Use super and this to Access Objects and Constructors

Use Abstract Classes and Interfaces

Section Conclusion

Object Oriented Programming Tip

Ideas for Practicing These Skills

Handling Exceptions

+

Section Introduction

Exceptions and Errors

Describe What Exceptions are Used for in Java

Section Conclusion

Ideas for Practicing These Skills

SGD $50.00
(Price excludes GST)
GET ACCESS NOW
Convince your boss email
This site is best viewed using the latest versions of Google Chrome, Apple Safari, Mozilla FireFox, Microsoft Internet Explorer 11 and Edge which supports HTML5/Webkit technologies.