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 Thrissur 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: Aashik

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: MSc Physics, I have one year experience on doing data analysis on detector data at University of Delhi and am currently engaged in a data analysis internship with the HEP Software Foundation  more..

Contact Name: Ankit

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: B. Tech, I have 7+ years of experience in Javascript Rust programming language the below is the list of my skills: RUST: Rocket DB: Postgres Javascript: Node Angular React Other: Docker k8s  more..

Contact Name: Yuvaraj

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: B.TECH- INFORMATION TECHNOLOGY, skills ● UI Design In Figma: Emphasizing color theory typography and UI elements ● Frontend Development: Specializing in Flex properties and media query management ● Communication: Experienced in effective communication  more..

Contact Name: Madhavarao

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: BSC Computer Science, UI Design UX Design HTML CSS  more..

Contact Name: Krithika

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: MCA, Java Basic concept of Testing Good learning of STLC &(FRESHER)  more..

Contact Name: Priyadharshini

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Bachelor of computer science engineering, Involved in Selenium – Java automation testing Involved in Mobile Testing to verify Test requirements Involved in Web Application Testing in different browsers like Chrome Firefox Microsoft Edge Analysing the  more..

Contact Name: Rahul

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

Contact Name: Nivetha

Mobile: +91 83010 10866
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: KARNE

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: BTECH, I have 2+ years of experience in Python Machine Learning Artificial Intelligence Deep Learning and Data Science I have developed multiple projects conducted training sessions and participated in internships that  more..

Contact Name: Pankaj

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: M.Sc., Networking (Cisco Juniper TP-Link) - CCNA CCNP Level Training Firewall & Security (Fortinet Sophos) - FCP FCSS Basic Knowledge on Cloud and Virtualization Server Storage SAN NAS (Dell HPE etc  more..

Contact Name: Jyothsna

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: B.E in information science engineering, Detail-oriented computer science graduate with strong problem-solving skills and proficiency in Java Python and C++ Seeking an entry-level software engineering position to utilize my coding and analytical skills to contribute  more..

Contact Name: Mohamed

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: MCA, Flutter Dart RestAPI State management like provider bloc etc CI CD native Android and IOS firebase payment gateways integration MySQL php   more..

Contact Name: Rishi

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: BCA, My name is Rishi Dutt Sharma a passionate and experienced NET developer with over 3 5 years of professional experience in building robust scalable and efficient web applications My expertise  more..

Contact Name: Rama

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: M.E Power Electronics Drives, I have been a Cybersecurity Trainer for the past three years specializing in Penetration Testing My expertise includes hands-on training in tools such as OWASP ZAP and Kali Linux In  more..

Contact Name: Sreenandha

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: BCA, Webcastle Android Development Intern Java Developer Xeoscript Technologies   more..

Contact Name: Krishnamoorthy

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: B.E, HTML CSS BOOTSTRAP JAVASCRIPT REACTApplication for Angular JS  more..

Contact Name: Danish

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Graduate, Wordpress SEO SEM SMM Email Marketing Affiliate Marketing Youtube Content Marketing etc   more..

Contact Name: Arpitha

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: MSc. IT, Microsoft Dynamics 365 Dataverse PowerApps Power Automate Power BI Python Javascript C# Plugins PCF SQL  more..

Contact Name: Charchit

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Master in UX Design, User Research & Personas Wireframing & Prototyping (Figma Adobe XD Sketch) Usability Testing & Heuristic Evaluation Information Architecture & Interaction Design Responsive & Adaptive Design Accessibility & Inclusive Design (WCAG  more..

Contact Name: Susna

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: BCA, Hello Sir Madam My name is Susna Joseph I am from Kottayam This email is in regards to my interest in applying for the Android Developer position recently posted I  more..

Contact Name: Mohammed

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: B.A, A Data Science & AI Trainer possesses expertise in Python R SQL and Excel for data analysis with strong foundations in statistics probability and machine learning Skilled in visualization using  more..

Contact Name: Mohammed

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: Bachelor of Technology in Computer Science and Engineering, security protocols Linux Windows & Mac OS Networking Concepts Network security Python SQL Bash powershell CLI Communication Skills  more..

Contact Name: Jiten

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: BCA, Angular typescript html css scssApplication for Angular JS  more..

Contact Name: Hetal

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: BCA, HTML CSS Bootstrap Webflow Wordpress  more..

Contact Name: Arjundas

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: B-Tech, Manual Testing Functional Testing API Testing Exploratory Testing SDLC STLC Agile Test Cases Test planning Test Execution Jmeter Postman  more..

Contact Name: Kushagra

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: Bachelor of Technology, With a solid background in web development I have honed my expertise in HTML CSS JavaScript ReactJS and Wordpress My experience includes creating responsive designs using Figma I have successfully  more..

Contact Name: Yash

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: B.Tech, Experienced in Python TensorFlow NLP and AI-based social media analysis for disaster response systems Developed and deployed Android apps (GorillaSensai) with AI and Firebase Skilled in cloud services (AWS GCP  more..

Contact Name: Rupa

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: Btech in Electronics and Telecommunication, I have hands-on experience in Verilog HDL RTL design FPGA implementation and simulation using Xilinx Vivado and ModelSim I’ve built projects like a 16-bit RISC processor and FSM-based vending machine  more..

Contact Name: Sonu

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Diploma, Html CSS JavaScript React js WordPress  more..

Contact Name: MuniyappanK

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: B.E Computer Science and Engineering, Javascript Angular Nodejs HTML CSS  more..