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 Kerala 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 Kerala 🚀 Your Pathway to IT Career

Contact Name: Ankita

Mobile: +91 98474 90866
Location: Kerala
Qualification & Skills: mtech, WebDriver Interface: Demonstrate proficiency in using WebDriver methods for navigation element manipulation and browser interactions Locator Strategies: Highlight expertise in locating elements using various strategies (ID name XPath CSS selectors  more..

Contact Name: Prudhwi

Mobile: +91 94975 90866
Location: Kerala
Qualification & Skills: Integrated MCA, Python Java HTML CSS Communication Skills Git  more..

Contact Name: Navya

Mobile: +91 83010 10866
Location: Kerala
Qualification & Skills: B.Tech in Computer Science, C C++ Python HTML CSS SQL  more..

Contact Name: Pankaj

Mobile: +91 94975 90866
Location: Kerala
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: Shivani

Mobile: +91 94975 90866
Location: Kerala
Qualification & Skills: Bsc in software development, Wordpress Shopify Full stack developer  more..

Contact Name: Tushal

Mobile: +91 94975 90866
Location: Kerala
Qualification & Skills: Bca, Flutter CMS FlutterFlow Firebase Supabase UI UX bug fixes APIs edge functions Explore my work: https: tushal vercel app  more..

Contact Name: MARIA

Mobile: +91 91884 77559
Location: Kerala
Qualification & Skills: MCA, I'm Maria Alwin I finished my MCA at St Xavier's College Palayamkottai and my BSc in Computer Science at St Joseph College Tiruchirapalli Now I'm studying to be a QSpider  more..

Contact Name: S

Mobile: +91 98474 90866
Location: Kerala
Qualification & Skills: BTech in Computer Science and Technology, I am a recent Data Science Intern at IPCS Global I have hands-on experience with Python (OOP Data Structures) machine learning (Scikit-learn) data analysis (Pandas SQL) and data visualization (Power  more..

Contact Name: Vivek

Mobile: +91 91884 77559
Location: Kerala
Qualification & Skills: BE in Computer Science, I am comfortable in working with technologies like HTML CSS Java Script Python basics  more..

Contact Name: Mohammad

Mobile: +91 83010 10866
Location: Kerala
Qualification & Skills: mca, I’ve been working as an Angular front end web developer at We Dig Tech Solution for 1 year and SLT for 6 months and now seek a new challenge I  more..

Contact Name: Ayush

Mobile: +91 83010 10866
Location: Kerala
Qualification & Skills: BCA, I have strong experience in Python Django and FastAPI for backend development including building RESTful APIs and handling real-time data with WebSockets I'm skilled in using AJAX JavaScript HTML and  more..

Contact Name: Praveen

Mobile: +91 83010 10866
Location: Kerala
Qualification & Skills: B.Tech, Android Native : 8 Years Experience React Native : 4 Years Experience  more..

Contact Name: Hemavathi

Mobile: +91 94975 90866
Location: Kerala
Qualification & Skills: MBA, ERP Technology: D365 Tally (ERP) Fundamental Knowledge and Basic Understanding of Python MS-Office Advanced Excel (Vlook-up Macros Mathematical and Accounting Functions)  more..

Contact Name: Prateek

Mobile: +91 94975 90866
Location: Kerala
Qualification & Skills: Btech, SQL Python Pyspark Azure Databricks Azure Data Factory ETL Development Data Pipeline Design MySQL Spark Sql Spark Dataframes SSMS SSIS  more..

Contact Name: Rohit

Mobile: +91 91884 77559
Location: Kerala
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: Anju

Mobile: +91 91884 77559
Location: Kerala
Qualification & Skills: Btech, Python & django proficiency Frontend technologies Version controlling API development DBMS  more..

Contact Name: Dona

Mobile: +91 98474 90866
Location: Kerala
Qualification & Skills: MCA, Android Application Development using java Firebase   more..

Contact Name: Harsh

Mobile: +91 91884 77559
Location: Kerala
Qualification & Skills: B.Tech, Android Development Kotlin Python C++ Flutter Development Dart HTML5 CSS3 JavaScript Artificial Intelligence Machine Learning Analysis and Prediction Statistics Transformer Opencv Regression and Automation Testing Provar Playwright   more..

Contact Name: Sunny

Mobile: +91 98474 90866
Location: Kerala
Qualification & Skills: MSc Computer Science, M365 Sharepoint online msintune VMware ESXi 5 0 5 5 6 0 Server Management Firewall Management endpoint device's management  more..

Contact Name: Prem

Mobile: +91 94975 90866
Location: Kerala
Qualification & Skills: HSC, Experienced in HTML CSS Python Linux CLI Computer Networks  more..

Contact Name: Navneet

Mobile: +91 91884 77559
Location: Kerala
Qualification & Skills: B Tech, SQL Advanced Excel Oracle Sprint Planning Problem Solving  more..

Contact Name: Mariya

Mobile: +91 98474 90866
Location: Kerala
Qualification & Skills: Bca, Java Php C C++ Html SQL Excel Accounting   more..

Contact Name: Vinutha

Mobile: +91 94975 90866
Location: Kerala
Qualification & Skills: Master's degree, Python Java Java framework Java swing Html DBMS Virtual Cloud computing basics   more..

Contact Name: Mohammed

Mobile: +91 91884 77559
Location: Kerala
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: ROHAN

Mobile: +91 98474 90866
Location: Kerala
Qualification & Skills: Bachelors, Python Machine Learning Deep Learning TensorFlow PyTorch Scikit-learn NumPy Pandas Matplotlib Docker Git SQL REST APIs TDD OpenCV NLP Streamlit Flask FastAPI Jupyter Notebook Data Analysis Data Visualization MLOps Linux  more..

Contact Name: Vyshakh

Mobile: +91 83010 10866
Location: Kerala
Qualification & Skills: MSc . Information Engineering , UK., Mobile Engineering Leader with 14+ years of experience architecting and scaling Android apps used by millions across fintech sports and logistics domains Proven track record in building high-performance teams platform  more..

Contact Name: Sagar

Mobile: +91 91884 77559
Location: Kerala
Qualification & Skills: Diploma (I.T.), 4 Years of Experience in Unity 1 Year In Unreal Engine 6 Months Graphic Design In Macc Animation  more..

Contact Name: Anomitra

Mobile: +91 94975 90866
Location: Kerala
Qualification & Skills: B Tech (CSE), Next JS Tailwind JavaScript Figma HTML and CSS UI UX development MERN Stack Node JS Python Machine Learning Project Management C C++ MySQL Java Flutter Firebase x86 ARM assembly R  more..

Contact Name: Abhiram

Mobile: +91 83010 10866
Location: Kerala
Qualification & Skills: B.Tech, Python Machine Learning Artificial Intelligence Supervised Machine Learning  more..

Contact Name: NAVRATAN

Mobile: +91 98474 90866
Location: Kerala
Qualification & Skills: MCA, Salesforce Admin lightning Flows workflow Sharing Rules SOQL and SOSL Apex Programming Apex Trigger Asynchronous Apex Visualforce Page Lightning Web Components Sales Cloud Service Cloud Experience Cloud  more..