Ask Experts
Talk to our course advisor
Post your need

Java Programing - Core Java

  • Velocity Infosystem
  • 214-xxx-xxxx
  •   Claimed Profile
Mode:Online
Looking for Java certification training
      Get free quotes from expert trainers
      Verification code has been sent to your
      Mobile No: Edit
      Submitloader

      (00:30)

      If you do not receive a message in 30 seconds use call me option to verify your number

      Java Programing - Core Java in Velocity Infosystem

      Fundamentals, Capabilities, Features, Advantages and Disadvantages

      Collaborative Learning and Career Building

      At the end of most Java Programing - Core Java lessons, you'll have access to an online discussion. Engaging actively and constructively in these discussions can significantly boost your Java career development. By offering help or seeking assistance from the trainers, you’ll build meaningful relationships and create valuable professional connections.

      These discussions are more than just a conversation to share ideas—they're designed to accelerate your Java learning journey. That's why it is made an essential part of our courses: to support your growth and help you enhance your Java skills through collaboration and shared insights.

      Details to know about Java Programing - Core Java

      Orison IT Solutions

      Velocity Infosystem :

      • Velocity Infosystem is a leading in providing worldwide Corporate/Online training and job placement services.
      • Velocity Infosystem is an IT consultancy and online training institute in New York and offering 200+ majors and 60+ minor courses.

      Online Training (Remote Training + Real-time exp)

      WEEKDAY Training:

      • Mon – Fri : (1-1.5) hrs. – Morning/ Evening
      • Duration: 4-6 weeks for any platform.
      • Faculty is available every day in the evening (Mon – Fri), so you will have daily interaction with the faculty.
      • Easy and continuous learning, as we do small 1hr sessions every day, so easy to understand, easy to grasp and digest. If you have any doubts, faculty will clear the doubts before starting the class for the first 15-30 mins every day and then starts the regular class.

      WEEKEND Training:

      • Sat & Sun: 3 – 4 hrs/day
      • Duration: 4-6 weeks for any platform.
      • Faculty is practically available only in the weekends Long sessions at a stretch for 3-4hrs on Saturday as well as Sunday, so you will be loaded with 6-8hrs of sessions in the weekend which you need to practice in weekdays.

      JAVA

      Java Programing - Core Java

      • What is Java?
      • Simple Java Program
      • Compiling and Interpreting Applications
      • The JDK Directory Structure
      • Datatypes (Primitive and Non-Primitive) and Variables
      • Literals ( Numeric, Char, String)
      • Arrays
      • Non-Primitive Datatypes
      • The Dot Operator
      • Operators and Expressions
      • Operator Precedence
      • Implicit Type Conversions
      • The Cast Operator
      • Control Flow Statements
      • Loops
      • The continue Statement
      • The break Statement
      • Methods
      • Object-Oriented Programming
      • Classes and Objects
      • Fields and Methods
      • Encapsulation
      • Access Control
      • Inheritance
      • Polymorphism
      • Best Practices
      • Objects and Classes
      • Defining a Class
      • Creating an Object
      • Instance Data and Class Data
      • Methods
      • Constructors
      • Access Modifiers
      • Encapsulation
      • Using Java Objects
      • Printing to the Console
      • printf Format Strings

      JSP

      • Introduction
      • Overview of Java language and architecture
      • Java servlet architecture
      • How JSP simplifies the creation of servlets
      • Introducing servlets
      • How the Servlet API fits into Java EE
      • Servlet lifecycle
      • Obtaining configuration information
      • Deploying servlets
      • Overview of servlet containers
      • Types of servlet containers available
      • Deciding whether to select a basic servlet container versus a full-featured Java EE container
      • Tomcat as a popular, stable reference platform for servlets and JSP
      • The javax.servlet and javax.servlet.http packages
      • The HttpServlet class and how it extends GenericServlet
      • The HttpServletRequest interface and how it gives access to data received from the browser
      • The HttpServletResponse interface and how it is used to issue a response to the server
      • JSP Architecture
      • JSP Containers
      • Servlet Architecture
      • Page Translation
      • Types of JSP Content
      • Directives
      • Content Type
      • Buffering
      • Scripting Elements
      • JSP Expressions
      • Standard Actions
      • Custom Actions and JSTL
      • Objects and Scopes
      • Implicit Objects
      • JSP Lifecycle
      • Scripting Elements
      • Translation of Template Content
      • Scriptlets

      Struts

      • Struts Architecture
      • MVC and Model 2
      • Command Pattern
      • Jakarta Struts
      • More XML, Less Java!
      • Action Mappings
      • JavaBeans in Struts
      • Working with Forms
      • Validation
      • Presentation Technology
      • Tiles
      • Action Mappings
      • Command Pattern for Web Applications
      • ActionServlet
      • Action and ActionMapping
      • Struts Configuration
      • Selecting a Forward
      • Global Forwards
      • Declarative Exception Handling
      • Global Exception Handlers
      • Forms
      • Working with HTML Forms
      • Action Forms a/k/a Form Beans
      • Relationship to Input
      • Relationship to Actions
      • Relationship to the Model
      • Relationship to Output
      • DynaActionForm and Map-Backed Forms
      • Validation
      • Coarse-Grained Form Beans
      • Struts Tag Libraries
      • Building View Components
      • Struts Tag Libraries
      • Attributes and Struts Expressions
      • Building Forms
      • et. al.
      • Forms and Form Beans
      • Scope and Duration of Form Data
      • Managing Hyperlinks
      • Error Messages
      • Logic Tags
      • The JSP Standard Tag Library
      • JSTL Overview
      • JSP Expression Language
      • Core Tags
      • Formatting Tags
      • XML Tags
      • SQL Tags
      • Mixing JSTL, EL, Scripts and Actions
      • Indexed Properties and Struts HTML Forms
      • Internationalization and Localization
      • i18n in Java

      HTML

      • HTML Basics
      • Format Text, Ordered Lists, Unordered Lists, Links, Graphics
      • Layout and Navigation
      • Tables, Frames, Navigation bars
      • Interactivity through forms
      • Advnaced Layout-Hover, rollover effects etc..

      JDBC

      • Re-Introducing JDBC
      • Review of JDBC architecture
      • Review of JDBC driver types
      • Discussion of evolution of JDBC from version 1.0 through 2.0 and 3.0
      • Database concepts review
      • Relational database terminology
      • SELECT, INSERT, UPDATE, and DELETE statements
      • Transactions, logging, isolation, and concurrency
      • Key JDBC classes and the java.sql package
      • DriverManager and DataSource
      • Connection
      • Statement, PreparedStatement, and CallableStatement
      • ResultSet
      • Extra features supported by the javax.sql package
      • Rowsets
      • Application development activities using the basic JDBC concepts
      • Building an interface for selecting records
      • Building a data-drilldown example
      • Building interfaces for inserting, updating, and deleting records
      • Connecting to databases
      • Selecting and installing a database driver
      • Connecting to the database via a network address
      • Connecting to the database based on information supplied by JNDI (the Java Naming and Directory Interface)
      • Using the java.sql.DataSource class
      • Increasing performance with connection pooling
      • Opening and closing the connection
      • Handling ClassNotFoundException and SQLException
      • Working with a database connection
      • Controlling transaction behavior
      • Using getWarning and clearWarnings to retrieve, respond to, and clear warnings
      • Creating statements, prepared statements, and callable statements
      • Retrieving and using database metadata
      • Ad-Hoc SQL queries with Statement and PreparedStatement
      • Creating a Statement object
      • Executing a SQL statement
      • Using executeQuery() for statements that return a ResultSet

      JAXB

      • Manual Options: SAAJ and JAXP
      • Portable Web-Services Metadata
      • Service Registries: JAXR
      • The Simple Object Access Protocol (SOAP)
      • Messaging Model
      • Namespaces
      • SOAP over HTTP
      • The SOAP Envelope
      • The Message Header
      • The Message Body
      • SOAP Faults
      • Attachments
      • The Java API for XML Binding
      • The Need for Data Binding
      • XML Schema
      • Two Paths
      • JAXB Compilation
      • Mapping Schema Types to Java
      • Java-to-XML Mapping Using Annotations
      • Marshaling and Unmarshaling
      • Working with JAXB Object Models
      • In-Memory Validation
      • Web Services Description Language

      Java Web Services

      • Overview
      • Why Web Services?
      • Service-Oriented Architecture
      • HTTP and XML
      • Simple Object Access Protocol (SOAP)
      • Web Service Description Language (WSDL)
      • Universal Description, Discovery and Integration (UDDI)
      • The WS-I Basic Profile
      • REST
      • Web Services for Java EE
      • Hosting Web Services: Scenarios
      • Invoking Web Services: Scenarios
      • Web Services for Java EE (WS4JEE)
      • The Automated Approach: JAX-WS

      ALL IT Training Courses

      SAP all Modules:- SAP MM, SAP PP, SAP FICO, SAP BW, SAP HR, SAP BASIS, SAP WM, SAP PM, SAP SD, SAP CRM, SAP APO, SAP SCM, SAP SRM, SAP Security, SAP ABAP, SAP XI, SAP EP, SAP HR-ABAP, SAPMDM, SAP BO, SAP BPC, SAP BODI, SAP is Retail, SAP PLM, SAP SM, SAP BI, SAP APO, ABAP Work Flow, ABAP HR Curriculum, New Treasury, Investment Management, E-Recuritment......

      Data Warehousing:- Informatica, Hyperion Essbase, Hyperion Planning, Business Objects, Cognos, Erwin, Data stage, AB-Initio, MSBI,BO/BI, Micro strategy, SAS, Tera data, Business Analytics , Cognos TM1, Hyperion interactive Report, Cognos planning and Budgeting

      Oracle:- Oracle 14g/11g ,Oracle 11i , Oracle APPS Technical, Oracle APPS Functional, Oracle APPS Financial, Oracle 14g/ 11g DBA, Oracle APPS DBA, Oracle APPS CRM, Siebel Analytics, Siebel CRM

      Microsoft Technologies: - .Net Technologies, Share Point (MOSS), Ajax, SQL Server Tuning, SQL Server DBA

      People Soft: - People Soft HRMS Technical, People Soft HRMS Functional, People Soft Financial

      Data Bases: - Oracle Forms and Reports, Oracle DBA, SQL Server, SQL Server Tuning.

      Testing Tools: - QA Tastings, Win Runner, Load Runner

      Network/System Administrations: - MSCE, CCNP, CCNE, LINUX, CCNA, Solaris

      Other Courses: - Adobe Flex, IBM Mainframes, web Methods, Tibco, Quality Assurance/ Business Analysis, Java/ J2EE.

      FAQs Java Programing - Core Java from Velocity Infosystem

      Where is the course conducted?

      The Java Programing - Core Java is conducted from Fort Wayne to attend in online, accessible via a dedicated platform from anywhere.

      What are the available learning modes for Java Programing - Core Java?

      Velocity Infosystem offers online and hybrid learning options

      What facilities are provided for students enrolled in this course?

      Velocity Infosystem offers access to online resources, expert lectures, practical labs, student support community, 100% Job assistance and Guaranteed classes.

      Who will be conducting the training for this course?

      The training for Java Programing - Core Java will be conducted by experienced industry professionals, subject matter experts and certified instructors.

      What topics are covered in the course curriculum?

      The course covers topics according to the skills and understanding you have on the subject.

      Date & timeModuleTraining titleModeTraining provider / feeRegister

      Java Programing - Core Java Provided By Velocity Infosystem | Java institutes
      Online
      500

      Java Programing - Core Java Provided By Velocity Infosystem | Java institutes
      Online
      500

      Java Programing - Core Java Provided By Velocity Infosystem | Java institutes
      Online
      500

      Write a Review for Velocity InfosystemJava Programing - Core Java