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 Calicut 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: Navdeep

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Bsc Cs, Ethical hacking Penetration testing Python CEH C C++ Java Linux OS  more..

Contact Name: Goutham

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Bsc Electronics, Flutter Dart Firebase Bloc Statemanagement Rest Apis GraphQl Apis  more..

Contact Name: Yash

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: btech cse, DATA STRUCTURES C|C++ Html|CSS|React-JS Python Java Selenium DBMS SQL   more..

Contact Name: Sumedha

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: B.E Computer Science, IT professional with 12 years of experience in Applications Development with skills in ASP Net ASP Net Core MVC C# WebAPI Microservices WCF JavaScript JQuery LINQ MS SQL Server tools  more..

Contact Name: Rachit

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: Graduate, MS office Basic knowledge of Networking  more..

Contact Name: Anjana

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Msc mathematics, Fresher Python Numpy Pandas Sql Machine learning Deep learning Seaborn Matplotlib  more..

Contact Name: Akshay

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: MCA, Hi there ★★★★★ Android development ★★★★★ I've read requirements and ready to develop calculator app for android 5+ years experience and expertise in : Languages (java php HTML5 cordignator) Styling  more..

Contact Name: AMAN

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: MA, Skills: Excellent writing skills Strong storytelling ability Research proficiency Communication skills Attention to detail SEO knowledge Editing and proofreading Creative thinking Grammar proficiency Vocabulary enhancement Pronunciation coaching Writing development Language  more..

Contact Name: Sanjay

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: BE Mechanical, Python HTML Django Flask MYSQL SQLite3  more..

Contact Name: Ashish

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: 12, 1 year Php   more..

Contact Name: Naba

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: Master of Computer Applications, Skills : Automation and Manual Testing Java Selenium Playwright TestNG Maven Git Postman Jira Agile Experience: 2 years 3 months  more..

Contact Name: Simran

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: M.tech, HTML CSS Javascript PHP Shopify Wordpress  more..

Contact Name: Govind.S

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: BCA, Php C Digital marketing certified  more..

Contact Name: Suraj

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: MBA, Business Analysts for 1 year in Aradox Media Frontend Developer In Pyramid Associate Market Research For Restaurants in Mysore to attract more customers  more..

Contact Name: Akhila.k.k

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: MCA, During my academic and project work I built Photomath an application designed for user registration and dynamic mathematical computations using Java MySQL Python HTML and CSS Similarly I developed an  more..

Contact Name: Sumayya

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: Engineering Graduate, I have skills on Seo Smm Sem and wordpress devolopment  more..

Contact Name: Suvrodeep

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: B Tech, I have experience in Python Machine Learning Generative AI Flask SQL and cloud integration Built AI projects using LangChain Hugging Face Firebase and Streamlit Skilled in problem-solving teamwork and agile  more..

Contact Name: Jim

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: B.tech, Python(basic) Java(basic)  more..

Contact Name: Laxmi

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: BE computer science, Python html css javascript react redux django flask c c++ GitHub docker ChatGPT ajax jQuery  more..

Contact Name: Vijendran

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: B.Tech, - C# ASP NET MVC Web API Web Forms WCF Services - Microsoft SQL Server 2017 - Microsoft Azure: App Services Web Jobs Azure SQL Storage Active Directory - NET  more..

Contact Name: Kusal

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: B.Tech, O365 Admin Center Intune Entra ID Could Infra S2S VPN Trend Micro Fortigate Firewall   more..

Contact Name: HARIKRISHNAN

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Bsc Computer Science, i completed 6 month Android training from Right SOft Option Kaloor  more..

Contact Name: Harshita

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: MSC.IT, "I am a full-stack developer and currently serve as a team leader on the HRMS project My primary responsibilities include developing APIs using stored procedures ensuring smooth transitions between different  more..

Contact Name: Ved

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: HSC – March 2021, Certifications: 2x Gold Medalist - Cyber Security Skill - Maharashtra State Skill Competition 2021 Silver Medalist - Cyber Security Skill - West Regionals Skill Competition (in 5 states) National Medallion  more..

Contact Name: Vishnuteja

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: B. Tech, Android development java c c++ json parsing rest api  more..

Contact Name: Chaitanya

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Bachelors of Engineering, 2 2 Years of Experience as an RPA Developer Power Automate Cloud Power Automate Desktop Sharepoint Approvals SQL Power BI  more..

Contact Name: Lakshmi

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: MCA, MongoDB Express js React js Node js REST APIs JavaScript (ES6+) HTML CSS Git and deployment tools like Vercel   more..

Contact Name: Mohd

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: btech, SKILLS Reactjs Nodejs Wix HTML CSS Javascript Express js MongoDB Experience Bazc io Worked on a website from scratch which acts as a medium to help noncoders code Learned React  more..

Contact Name: Umapandit

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: BE, Power apps (canvas app model driven app) React js Power automate Sharepoint online Spfx  more..

Contact Name: Pintu

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: MBA, SEO PPC Social Media Email Marketing CRM Wordpress  more..