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: Harsh

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Btech Cse, HTML CSS Javascript Bootstrap React PHP Mysql Laravel Python Django MongoDB I have a handful experience on web development using PHP and Laravel  more..

Contact Name: Pawan

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: B. Tech in IT, NodeJs - 3 Angular - 3 MongoDb - 2 DynamoDB - 1 Postman - 3  more..

Contact Name: Smilin

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: B.E, PowerApps - 3 years Power Automate - 3 years SharePoint - 3 years PowerShell - 3 years Python - 3 years  more..

Contact Name: Rishikesh

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: graduate, Ethical Hacker and Cybersecurity Trainer with 3+ years of experience in penetration testing vulnerability assessment and security awareness training Certified in Linux and Programming Fundamentals with ongoing advanced certifications in  more..

Contact Name: Suman

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: B.Tech CSE, Dear sir madam I hope this message finds you well I am writing to express my interest in the Full Stack Developer position With hands-on experience in developing robust and  more..

Contact Name: Nilesh

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: B Tech, Skilled in Python SQL and data science with hands-on experience in AI ML and deep learning (CNNs RNNs Transformers YOLOv8) Built and deployed trading bots predictive models and full-stack ML  more..

Contact Name: Ravichandra

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: Bachelor of technology, I have experience in a wide range of DevOps skills including: 1 Continuous Integration Continuous Deployment (CI CD): Proficient with Jenkins GitLab CI and CircleCI to automate testing integration and  more..

Contact Name: Aswathi

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Btech degree, Odoo python java script css xml  more..

Contact Name: Harsha

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: MCA, Python Html CSS PHP Machine Learning with around 6years of teaching experience   more..

Contact Name: Vimal

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: HSC, I have total 5+ Years of experience in Web Development and Web Designer All Skills is mentioned in my CV  more..

Contact Name: Vineesh

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: BCA, I am writing to express my interest in the Flutter Developer position at your Company As a dedicated and highly skilled Flutter developer I bring a strong command of Dart  more..

Contact Name: Prachi

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: BCA, Python HTML CSS Javascript Git Prompt Engineering SQL Data Researcher for 1 month Made use of various AI tools like Google Bard   more..

Contact Name: Venkata

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: B Tech, Apex Triggers Asynchronous Apex SOQL queries LWC JS XML flows Salesforce Administration and Salesforce Development  more..

Contact Name: Sadhana

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: BCA and completed CDAC, C C++ C# SQL Ado net entity framework Asp net Asp MVC html css php oracle  more..

Contact Name: Sambhabi

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: Bachelor of Arts, Content Writing Content Editing Content Development Proofreading SEO Writing MS Office Google Suite  more..

Contact Name: Suhail

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: MCA, I have 7+ years of experience in MEAN Stack development Skills: Angular Nodejs ExpressJS MongoDB Mongoose JavaScript TypeScript HTML CSS GIT  more..

Contact Name: Jefin

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: B tech, I am Jefin Jojo an engineering graduate eager to transition my career to web development Through self-learning I have acquired proficiency in software skills such as JavaScript Node js Express  more..

Contact Name: Prithvi

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Doing bachelor's degree, I am a final-year soon-to-be Physics graduate from the University of Calicut with a strong academic track record and a first-class performance in all semesters As a fresher I bring  more..

Contact Name: Prerit

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Graduate, Training Expertise 1+ years of experience in delivering hands-on training in Digital Marketing Certified Digital Marketing Trainer under NSDC (National Skill Development Corporation) Conducted training sessions for students working professionals  more..

Contact Name: Aarti

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: B.Sc. (Computer Science) B.Ed. (Mathematics), Python SQL Data Analysis Manual testing Jira Agile Video editing experience of working in education industry  more..

Contact Name: Salimmalik

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Diploma in electrical engineering, I have a experience of 10 years in Design and execution of electrical works  more..

Contact Name: ALIM

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Post graduation in Statistics, R Python SPSS Data Manipulation with dplyr and tidyr Internship in Data Science  more..

Contact Name: Ratnaparkhe

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: Bsc computers, Skills: 1 Manual & Automation Testing 2 selenium Java Experience: Developed automation for POC for SAP Fiori web application involves Cross Platform Testing 1 Gathered all required documents Business objectives  more..

Contact Name: Nivetha

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: B.E, Software developer at Prime Minds Consulting Pvt Ltd I have extensive experience in customizing and developing modules in Odoo   more..

Contact Name: Dilli

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Bachelor of technology, Working on design and Execution of test cases Participated in iteration walkthrough calls and understands the new changes Participated in all internal training programs to enhance basic knowledge of industry  more..

Contact Name: YELURI

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: BTech In Computer Science and engineering, 1 Computer networking 2 Programming : Java and C 3 Worked as an intern at AKATI Securities from Dec-2023 to April-2024  more..

Contact Name: Pavithra

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: Bachelor's of Engineering, I am a trained Software Testing Engineer at QSpiders Here I learned Manual and Automation Testing using Selenium with Java TestNG Maven SQL and Agile methodology I am available for  more..

Contact Name: Dnyaneshwari

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: Master of computer application, Python web development communication skills public speaking  more..

Contact Name: Chirag

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: B. Tech (CSE), Technologies: ReactJs Django REST MySQL Python 3 HTML CSS JavaScript Bootstrap Tailwind CSS Linux Patterns & Practices: Object Oriented Programming Functional Programming Project Management: Git GitHub  more..

Contact Name: Farhan

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: b.tech AI&DS, Python Java C HTML CSS Bootstrap React js MySQL MongoDB data analysis data visualization machine learning SEO content creation social media management Agile methodology market research strategic planning   more..