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 Trivandrum 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: Karan

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: B.Tech in Information Technology, Burp suite Linux OS OWASP TOP 10 Ethical Hacking Python Cyber Security Network Security Incident Response Penetration Testing Two-Factor Authentication Vulnerability Assessment Social Engineering Prevention   more..

Contact Name: Athulya

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: MCA, Skills-Manual Testing Automation Testing selenium Jmeter Experience -Internship completed at Luminar Technolab Cochin with NACTET certification   more..

Contact Name: Rohit

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Post Graduation(Computer Science), Hello Below are my brief details for your consideration Experience: 2 year Skills: Manual Testing Automation Testing Selenium WebDriver Java Eclipse TestNG Data Driven POSTMAN Teamcenter & Active Workspace Linux  more..

Contact Name: Kirti

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: Mca, Angular ionic htm css javascripy typescript Application for Angular JS  more..

Contact Name: Anubhav

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: B.E, Networking & Security: TCP IP Routing Switching IDS IPS Packet Analysis Firewall Configuration Penetration Testing: Burp Suite Nmap Wireshark OWASP TOP 10 Vulnerability Scanning Operating Systems: Windows MacOS Linux (Ubuntu  more..

Contact Name: Sagar

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Btech, React HTML5 CSS3 Bootstrap JavaScript Java   more..

Contact Name: Rajat

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: MCA, SharePoint Development (SharePoint Online SharePoint Designer 2013) Power Platform (Power Apps Power Automate) Front-end Development (HTML CSS JavaScript) Automation & Workflow Optimization Business Analysis Microsoft 365 Administration (Global Admin for  more..

Contact Name: Abhisek

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: BCA, I am Web Developer & Graphics designer  more..

Contact Name: Mohammed

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: B.Tech Computer Science and Engineering, Proficient in Python Django FastAPI SQL and REST APIs Experienced in client support Zoho ODD solutions software troubleshooting custom application development and handling HRMS ERP system queries Strong communication and  more..

Contact Name: Vaishnavi

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Bsc(computer science), Software developer at pawani web technologies | Ex junior Software Developer at IRB  more..

Contact Name: Aswin

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: PG Diploma in Cyber Security, • Performed penetration testing on web and mobile applications using the OWASP Top 10 framework • Conducted API security testing using Postman including GraphQL APIs • Developed custom Python tools  more..

Contact Name: Rahul

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: B. Tech., Rust Js React js MongoDb PostgreSQL Docker Kubernetes  more..

Contact Name: Murlee

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Bca,mba, Android developer kotlin java  more..

Contact Name: Aswin

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: BCA, Php-Laravel  more..

Contact Name: Richa

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: Bachelor of engineering, Design Digital Marketing  more..

Contact Name: Mercy

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Bsc computer science, Python C++ C Html Microsoft word  more..

Contact Name: Kaushik

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: 12th Completed, 2nd Year B.tech CSE Student., UE5 C++ Programming 3d Animation 3d Modeling Game development Blender 3D I have made some games and I also attached a portfolio link to my resume   more..

Contact Name: Himanshu

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: B. Tech in Information Technology, Java HTML CSS JavaScript React MongoDB DBMS OOPS Visual Studio Code Android Studio  more..

Contact Name: Mir

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: Bachelor’s of Computer Application, With 1 5 years of experience as a developer and 2 years as a trainer I bring expertise in ASP NET Core MVC and Angular specializing in designing and deploying  more..

Contact Name: Gunjan

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: Post Graduate, Html CSS Javascript Material UI Tailwind Bootstrap i have 1 6years experience React Js Application for Angular JS  more..

Contact Name: Selvasuryaprakash

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Mca, I have knowledge from anroid app development At doing project used for Android studio   more..

Contact Name: Anand

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: BCA, Google Sheets - 3+ Experience Advance Excel - 3+ Experience Google Forms - 3+ Experience System Development - FMS IMS CHECKLIST PMS HR FINANCE  more..

Contact Name: M.

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: Bachelor of Engineering, Python SQL Java HTML CSS React JS Power BI I'm a fresher actively looking for an emtry level opportunities   more..

Contact Name: Pratik

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: BCA, Intern at CSID Technomatrics Python C Java MySQL SQL Machine Learning Deep Learning Natural Language Processing Neural Network Pandas Numpy Matplotlib Seaborn Scikit-Learn Tensorflow HTML CSS React  more..

Contact Name: AKHIL

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: , Skilled node js developer having 1 year of experience | Resume for Node JS Developer  more..

Contact Name: Kargathiya

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: IT Engineer, HTML CSS Javascript Wordpress Shopify UI UX Design Adobe XD Figma  more..

Contact Name: Sahil

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: MCA (ongoing), Cyber Security: Web Application Security API Security VAPT Cloud Security SOC DevOps Tools: Docker Kubernetes Jenkins Terraform Git CI CD Pipelines Programming Languages: Java Python Shell Scripting (BASH) Web Technologies:  more..

Contact Name: Sanjid

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: Higher Secondary (Biology Science), Mean Stack MongoDB Postgres MySql Node js Nest js Express js Angular Angular Material NgRx AWS GCP JWT HTML CSS JavaScript TypeScript Git GitHub Render Vercel EJS Figma Moon Modeler  more..

Contact Name: Harsh

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: MBA in Business Intelligence, I have hands-on experience in implementing various Odoo modules including CRM Sales Inventory Purchase and more ensuring seamless business process integration and optimization   more..

Contact Name: Nayan

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: B.E, Nodejs React Nextjs TypeScript MongoDB MySQL SQLite expressjs DSA PostgreSQL  more..