Core Java Training

Java Course

Core java training in kochi

Core Java is the most basic version of Java. It is used to create general applications for the desktop environment. It is the standard edition of Java and is used to learn the concepts of Java and get expertise. It includes fundamentals of Java applications, Java multi-threading, OOP concepts, data types, wrapper classes, JDBC and more. It is mainly just a collection of libraries. Core Java is not exactly the programming language itself but refers to the basics, concepts, and techniques of Java which is to be learned before moving on to more advanced Java. It is the building blocks for the newer, more advanced editions of Java. Cyberoid (a training division of Nestsoft Technologies) in Kochi provides a clear and thorough understanding of Java through the Core Java course taught by our highly experienced developers.

    Scope and career prospects
  • Core Java-based questions always come up for interviews and are hence very important.
  • Trainees can either start a career in Java immediately with Core Java knowledge or move on to studying more advanced Java courses also offered at Cyberoid.
  • Career in desktop application development.
  • Testing is also a good career option for Core Java trainees.
  • Core Java trainees are required in companies to develop general applications.

Features

  • On The Job Training
  • Training by Experienced Developers
  • Experience Certificate
  • Cost effective and Quality training
  • Practical and theory sessions
  • Soft skills training
  • Work for a real time project and get involved in the project phases
  • 100% job placements

Eligibility for Java Training

  • The Core Java course is a basic entry level course in JAVA technology. It usually covers simple principles of the object-oriented programming concept. The topics such as access modifiers, specifiers and literals are also included in the course. In order to grasp these terms, you need to have consistent determination and interest. As like any other programming language course, it is important for the candidates to have basic knowledge of SQL commands and Databases. Knowledge of additional programming languages will be an added advantage. Fresh graduates of B.Sc (Computer Science), B.Tech and other graduates with adequate knowledge in programming languages are eligible to take up a course in Core JAVA.

Syllabus

Module 1: Basics of Java

  • Introduction
  • History
  • Features of Java
  • Types of Java Application
  • Difference between JVM,JRE and JDK
  • Simple Java Program
  • Variables and Data types
  • Methods-Declaration, definition and Calling
  • Packages
  • Access modifiers
  • Reading from Console using Scanner
  • Java Arrays
  • Operators and Operator precedence
  • Conditional and Looping Statements
  • Basic Java Programs

Module 2: String Handling in Java

  • String class Introduction
  • Immutable String
  • Methods of String Class
  • String Comparison
  • String Concatenation
  • String Buffer Class
  • String Builder Class
  • Mutable String
  • toString method

Module 3: Wrapper Classes

  • Wrapper classes
  • Autoboxing
  • Unboxing

Module 4: OOPS Concepts

  • OOPs Concepts Introduction
  • Object and class
  • Static keyword
  • Constructor
  • this keyword
  • Inheritance
  • Aggregation and Composition
  • super Keyword
  • Interface
  • Polymorphism

Module 5: Exception Handling

  • Exception Handling Introduction
  • try and catch block
  • Multiple catch block
  • Nested try
  • finally block
  • throw keyword
  • throws keyword
  • Exception Handling with Method Overriding
  • Custom Exception

Module 6: Multithreading

  • Multi threading Introduction
  • Multi threading vs Multiprocessing
  • Life Cycle of a Thread
  • Creating a Thread
  • Thread Class
  • Runnable Interface
  • Thread class methods
  • Thread Scheduler
  • Thread Priority
  • Daemon Thread
  • Thread Pooling
  • Thread Group
  • Performing multiple task by multiple thread

Module 7: Synchronization

  • What is Synchronization and Why?
  • Synchronized method
  • Synchronized block
  • Static synchronization
  • Deadlock

Module 8: Garbage Collection

  • What is garbage collection?
  • finalize method

Module 9: AWT and Event Handling

  • AWT Controls
  • Event Handling by 3 ways
  • Event classes and Listener Interfaces
  • Adapter classes

Module 10: Layout Managers

  • Basics of Swing
  • Swing features
  • Advantages of swing over AWT
  • Swing Components
  • Digital Watch
  • Graphics in swing
  • Displaying Image
  • Open Dialog Box
  • Drawing paintings
  • Creating applications

Module 11: Applet

  • Applet features
  • Life Cycle of Applet
  • Graphics in Applet
  • Displaying image in Applet
  • Animation in Applet
  • Event Handling in Applet
  • J Applet class
  • Painting in Applet
  • Creating Animations

Module 12: Collection

  • Collection Framework
  • Array List class
  • Linked List class
  • List Iterator interface
  • Hash Set class
  • Linked Hash Set class
  • Tree Set class
  • Priority Queue class
  • Map interface
  • Hash Map class
  • Linked Hash Map class
  • Tree Map class
  • Hash table class

Module 13: Java Updated Features

  • Functional Interface and Lambda Expression
  • Java Stream API for Bulk Data Operations on Collections
  • Java Time API

Module 14: SQL

  • Introduction
  • Basic SQL Queries
  • DDL,DML and DCL
  • Aggregation in SQL
  • Joining tables
  • Subqueries

Module 15: JDBC

  • JDBC Drivers
  • Steps to connect to the database
  • Connectivity with Oracle, MySQL and Access
  • Driver Manager
  • Connection interface
  • Statement interface
  • Result Set interface
  • Prepared Statement
  • JDBC New Features
  • Mini Project using swing and JDBC

Module 16: Web Technology

HTML 5

  • Introduction to HTML
  • HTML Tags
  • Lists
  • Forms creation
  • Creating tables
  • Managing home page

CSS

  • Introduction to CSS
  • Three ways to use CSS
  • CSS selectors
  • CSS Properties
  • Designing website

JavaScript

  • Introduction to JavaScript
  • Syntax
  • Three ways to use JavaScript
  • Variables
  • Data types
  • Operators
  • Conditional and Looping Statements
  • Functions
  • Working with events
  • Client-side Validation

jQuery

  • Introduction to jQuery
  • jQuery syntax
  • Example program
  • jQuery selectors
  • jQuery Effects
  • jQuery Events
  • Validation using jQuery
  • jQuery Forms
  • jQuery Examples

AJAX

  • Introduction to AJAX
  • Servlet and JSP with AJAX
  • Interacting with database

Module 17: Server Side Programming

  • Servlet
  • Servlet introduction
  • Basics of Web
  • Servlet vs CGI
  • Servlet API
  • Servlet Interface
  • Generic Servlet
  • Http Servlet
  • Servlet Life Cycle
  • How servlet works?
  • Servlet Request
  • Servlet Request methods
  • Registration example with DB
  • Request Dispatcher
  • send Redirect
  • Servlet Config
  • Servlet Config methods
  • Attribute
  • Session Tracking
  • URL Rewriting
  • HTTP Session
  • JSP
  • Basics of JSP
  • Life cycle of JSP
  • JSP API
  • Scripting elements
  • scriptlet tag
  • expression tag
  • declaration tag
  • 9 Implicit Objects
  • Directive Elements
  • Exception Handling
  • Action Elements
  • Expression Language
  • MVC in JSP
  • JSTL
  • Custom tags
  • Interacting with database
  • Project Development in JSP

Module 18: Hibernate

  • Hibernate Configuration using XML and annotation.
  • Hibernate CRUD operation
  • Hibernate Query Language
  • Mapping One to One
  • One to many
  • Many to one
  • Many to Many
  • Fetching types

Module 19: Spring Framework

  • Basics of Spring
  • Spring with ORM
  • Spring 3 MVC
  • Login and Logout Application
  • CRUD Functions
  • Main Project
  • Spring Boot



Meet a Few of our Industry Experts in Kochi 🚀 Your Pathway to IT Career

Contact Name: GOVIND

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: M.Tech, I’m interested in the role you posted: Web developer Based on my experience as Leetcode(Solved 730+ problems) || GFG(Solved 340+ problems) || Nit Durgapur || Gate CSE SCORE 535 ||  more..

Contact Name: Mohammad

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: B.Tech in ECE, Embedded System Internet of Things(IoT) C C++ Python RTOS Linux Azure IoT API Software  more..

Contact Name: Tejanya

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: B.Tech, To work in learning and challenging environment utilizing my skills and knowledge to the best of my abilities and contribute positively to my personal growth as well as growth of  more..

Contact Name: Pradeep

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: BTech, I've skills for these filed Cyber Security trainer and Ethical Hacker trainer  more..

Contact Name: Shouvanik

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: M.Sc. Information and Cyber Security, Six months of internship experience in vapt ethical hacking web and network penetration enumeration assessment and reporting Skills : Web & network penetration testing vulnerability assessments reporting and documentation etc  more..

Contact Name: Rohit

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: BTECH , Currently Pursuing MTECH IT CYBERSECURITY, Ethical Hacking VAPT Red Team Operation Malware Analysis Digital Forensic  more..

Contact Name: Syed

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: B.Tech, Enthusiastic fresher with certifications in ServiceNow Python and Salesforce Passionate about learning skilled in report generation and excited to contribute to process automation and innovation   more..

Contact Name: Lakshmi

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: MCA, Job Profile: ASP NET C# MVC Developer Role Designation: Software Developer Web Developer Skills: ASP NET MVC ASP NET Core C# Entity Framework LINQ SQL Server ADO NET HTML CSS  more..

Contact Name: ANAND

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: bca, Skilled in Flutter and Dart for cross-platform mobile app development Proficient with Firebase (Authentication Firestore Realtime Database and Storage) REST APIs Git and custom UI UX design Experience in integrating  more..

Contact Name: Ashwani

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: B.Tech, HTML CSS JS React js bootstrap  more..

Contact Name: Meet

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: BCA, Programming Languages: C C++ Java Python Web Technologies: HTML CSS JavaScript PHP Database Management: MySQL Oracle Tools & Software: VS Code Git Android Studio Operating Systems: Windows Linux  more..

Contact Name: J

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Bsc ct, Python django   more..

Contact Name: Prince

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: B.tech, Proficient in programming languages such as C and Python with a focus on delivering error-free code Strong foundation in Artificial Intelligence Data Science and Machine Learning algorithms like CNN SVM  more..

Contact Name: Priya

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: Masters in Game Engineering, Proficient in C++ C# Python Unity and Unreal Engine 5 with hands-on experience in designing and developing 2D 3D gameplay systems physics AI and graphics programming Strong background in gameplay  more..

Contact Name: Sridharan

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: B.COM, Skills: HTML5 CSS3 JS DreamWeaver PhotoShop I have 6 years experience in HTML Development  more..

Contact Name: Swetha

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: B.Tech, I have 8 months of experience as a Embedded Systems Intern at Marshee Pet Tech I've worked on building a dog activity tracker from scratch on ESP-IDF for ESP32S3 microcontroller  more..

Contact Name: Doaa

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Masters, Odoo functional consultant with experience in all modules   more..

Contact Name: Khushbu

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: MCA, Odoo Developer  more..

Contact Name: Meenu

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: MSc Computer Science, Skills:: Dart Flutter JavaScript Html CSS c C++ PhpState Management: Provider setState Database: Firebase (Auth Firestore) Backend: SQL Apis (Get Post Update Delete SharedPreferences Tools: Android Studio VSCode Others: Custom  more..

Contact Name: Rabia

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: BSc in Computer Science, I am Rabia Khatoon pursuing a bachelor's degree in computer science As a tech enthusiast with expertise in Java Python C++ and web technologies I aim to develop innovative software  more..

Contact Name: Neeraj

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: , Application for Meanstack Developer Mean Stack  more..

Contact Name: Pooja

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: Msc(Computer Science), Hello I have 2 4 years of experience as Odoo Developer experienced In Customized Odoo modules according to Client Requirements Builds Module from scrap qweb reports Maintains Old projects   more..

Contact Name: Praveen

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Btech cse, Python django react flutter node Ai Ml LLM NLP Data prediction Ui-Ux js model building fullstack Experience - ai web developer at Ai Tinkering hub Fullstack developer at parul university  more..

Contact Name: Yash

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: B.sc(IT), Over 2 years of experience in Flutter Firebase REST API integration state management (Provider BLoC) Android iOS app development clean architecture Git and deployment to Play Store & App Store  more..

Contact Name: Kalpana

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: B. Tech, Wordpress php laravel jeera git html css experience - 3 7 year  more..

Contact Name: K

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: BTECH, Sharepoint Developer and Microsoft 365 consultant  more..

Contact Name: Abhijith

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: BE - Computer Science and Engineering, I have 1 5 years of hands-on experience in Python Django and Android development with a strong background in both software and web development Over the past year and a  more..

Contact Name: Narra

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: B. Tech, My Skills :SDLC STLC Agile Java Automation Testing as well as Manual testing API Testing Mobile Application Testing Automation Framework Selenium Jira ALM GIT Maven Jenkins Bug Tracking Bug Reporting  more..

Contact Name: Rajesh

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: B.Tech, React Js Express js Node Js MongoDB MySql PostgreSql Redux ContextApi REST APIs Socket Io Git and Github Bootstrap Tailwind css HTML Css JavaScript TypeScript Aws   more..

Contact Name: Sanyam

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: B.Tech CSE with Specialisation in Game Design & Development, I've been working as a Unity Game Developer and a Community Manager at Gamitronics for about 9 months now which includes 6 months of Internship   more..