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

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Mcom, Seo 2 years  more..

Contact Name: Arockia

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: B.sc Mathematics , I have One year Experience of in Odoo Development working in HR Management systems and Custom modules (Cristo+) Church Management Systems  more..

Contact Name: Arunachalam

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Bachelor of Engineering , Core Java Selenium MySQL Cucumber JUnit JIRA TestNG Junit Jmeter Manual and Automation Testing   more..

Contact Name: Usha

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: B.E, I bring 2 5 years of professional experience in data annotation for machine learning and AI applications My work includes image annotation LiDAR data labelling and contributing to multiple AI  more..

Contact Name: Rafi

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: MCA, Manula Testing (Web and Mobile applications) Jira Knowledge in Selenium SQL Postman (beginner)  more..

Contact Name: Sabir

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: SSLC, 25 years experience this graphic designer Good working Intrested Job Design software Photoshop Coreldraw Illustratur Indesign   more..

Contact Name: Suman

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: Graduation, Networking CCNA linux windows Server Vmware vSphere  more..

Contact Name: Himanshu

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

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: B.Tech, Programming: Python Java C C++ • Web: HTML CSS JavaScript • Databases: MySQL MongoDB • ML & NLP: Basics + IEEE Project • Mathematics: Linear Algebra Calculus Probability & Statistics  more..

Contact Name: Mayuri

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: B.Tech, Hii this is mayuri kshirasagar I'm a graduated student in Gaikwad Patil college of engineering and technology Mohagao Nagpur Over the two year I have acquired relevant skills and experience  more..

Contact Name: Akshaya

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Bsc cyber forensic, I am a passionate and determined B Sc Cyber Forensics student with a strong interest in network security ethical hacking and malware detection Through academic projects I’ve gained hands-on experience  more..

Contact Name: Meet

Mobile: +91 98474 90866
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: Saheb

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: B.Tech, Php javascript jQuery ajax wordpress codigniter laravel 8 years experience  more..

Contact Name: Bijali

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: MSc Computer Science, A highly motivated Msc Computer Science graduate with expertise in algorithm data structures software development and Programming Languages like C++ php python java Passionate about applying skills in machine learning  more..

Contact Name: Anila

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: MSc Computer Science, Dear sir Thank you for considering my application I am Anila K residing in Kochi Kerala I am expertized in Python Machine Learning NLP AI etc I am sure my  more..

Contact Name: Priyadarshini

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: BCA, Python XML Postgresql Java git QWeb template  more..

Contact Name: Unnati

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: B.tech, I have Handson experience in SEO Tools Technologies- Python Php Sql Ms Excel Data Structures OOP  more..

Contact Name: KALAISELVAN.s

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: M.Sc.,Computer Science, Digital Marketing Animation and Multimedia Web Development  more..

Contact Name: Vibha

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: B.E, Python java basics data structures leadership skills  more..

Contact Name: Kritika

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: Graduated, Having more than 1 5 years of experience as Odoo developer Skills - python Odoo php MySQL django html css js bootstrap etc   more..

Contact Name: Rajneesh

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: M.Sc(IT), Bsc(Comp Sc), Azure Developer Training( NET Core Web API)  more..

Contact Name: Vinod

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: Bsc(cs), List of Skills 1)Java With Selenium 2)TestNg 3)Data Driven Testing 4) Oracle SQL 5) Postman Api Testing 6) Css 7) html 8) Javascript 9) jQuery etc  more..

Contact Name: USHA

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: BE, Seo analyst 1 year   more..

Contact Name: Roshan

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: BE Computer Science And Engineering, Java Selenium Webdriver TestNg Bdd Cucumber Api testing and RestAssured MERN Stack Android Dev   more..

Contact Name: Mounica

Mobile: +91 91884 77559
Location: Kochi
Qualification & Skills: B.Tech, Proficient in Python FastAPI MySQL HTML CSS C SQL Experience with containerization and virtualization frameworks Hands-on experience in AI-ML cybersecurity and data analysis using Python Led a project on E-Textile  more..

Contact Name: Somil

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: IT diploma, MS excel MS office IT support Networking  more..

Contact Name: Shubham

Mobile: +91 98474 90866
Location: Kochi
Qualification & Skills: Under Graduate, I am a Full Stack Web Developer with expertise in Java Python and C On the frontend I work with HTML CSS Tailwind CSS JavaScript React and Redux while on  more..

Contact Name: Devanand

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: +2 , Website audit Backlink building competitor analysis Manage Email marketing campaigns Seo content writing Creating and optimizing website content including blog posts Meta preparation for web pages Lead generation Use KPIs  more..

Contact Name: Vikas

Mobile: +91 83010 10866
Location: Kochi
Qualification & Skills: MBA, 1 Data Analytics 2 Overview and Objectives of Business Analytics 3 Data Visualization using Excel 4 Statistical Analysis 5 Introduction to SQL 6 Data Visualization using Power BI & Python  more..

Contact Name: Sampurna

Mobile: +91 94975 90866
Location: Kochi
Qualification & Skills: B tech, Automation testing Manual Testing selenium with Java regression testing Re testing cucumber framework BDD framework software development life cycle software testing life cycle Agile methodology sprint planning Bug life cycle  more..