Course Description
If you want to learn Java programming, you've come to the right place!
Here you'll find everything you need to get off to a great start learning the basics of Core Java.
This Core Java course is designed for beginners who want to learn Java programming right from scratch. This course will help IT Professionals, Engineers, & other aspirants build a strong grip on OOP concepts and Java Language. It will also be suitable for High school students who have Java as a subject.
Java is a simple, portable, distributed, robust, secure, dynamic, architecture neutral, object oriented programming language. It was developed by Sun Microsystems and has evolved to be the most predominant and popular general purpose programming language. This technology allows the software designed and developed once for an idealized ‘virtual machine’ to run on various computing platforms.
With Java, you can quickly build Web-enabled as well as full-featured stand-alone applications and games. Java programs are portable can be run on many different kinds of computer without being re-written. This was a revolution in programming languages and one of the biggest reasons why it has been one of the most popular languages ever since it's release in 1995.
Since there would be no limit to advancements, this course can push you into the world of programming from where you can move ahead to conquer advance frontiers!
Here is how this online course benefits you:
- You advance your technical skills and probably move into a better career
- You get help in clearing exams and get good grades
- You get help in learning new programming skills to add to one’s portfolio
- You can start developing mobile applications for Android Mobile OS (Step forward to Android course available from the same teacher)
The Basics of Core Java Programming online course includes:
- 15 Live Interactive Classes
- 10 recorded videos
- Online access to course material
About the teacher:
This course will be conducted by Nidhi Shrivastava who holds a Bachelors and Masters Degree in Science. She holds a Post Graduate Diploma in Computer Applications and recently completed her Post Graduate Diploma in Business Administration. She has been teaching students in Mathematics and Computer Science from last 22 years. She also hold the DOEACC 'O' Level Examination & Brainbench Certificate for Windows 98 Certifications. Given this rich and extensive background in academics, Nidhi is a thorough professional at training high school students in Mathematics. Nidhi lives in the beautiful town of Dehradun, Uttaranchal, India.
Course outline:
The Basics of Core Java online course will cover the following topics:
- Introduction to Programming in General
- Why Java became so popular
- Those words you keep hearing about Java
- Concepts of OOP (Object Oriented Programming)
- How these concepts are implemented in Java
- Some concepts specifically related to Java
- Setting things up to run your code and a sample hello world program
- Classes and Objects
- Programming basics (operators, tokens, constants, initialization etc.)
- Arrays
- Functions aka Methods
- Decision Making ( If, If Else, Switch, ternary operator)
- Loops (for, while, do-while)
- Creating classes, objects and using them
- The String class
- Scope modifiers (Encapsulation)
- Exception Handling
- Operation on Files
- The real coding problems