Home > Courses > Technical > Core Java

CORE JAVA TRAINING IN HYDERABAD

167 Ratings

Course Duration : 50h

Course Level : Beginner

KALYAN REDDY

Sr. SAP ABAP Consultantt
16+ Years of Experience

Upcoming Batches

About the Course

The term “Core Java” describes the key building blocks of the Java programming language, which include data types, control structures, object-oriented programming, and necessary libraries. It provides the framework for creating reliable, cross-platform programs. Due to its adaptability, dependability, and extensive usage in enterprise-level programs, mobile apps, and large-scale systems, Core Java is becoming more and more significant in the modern day. It is essential because of its robust community support, large library, and capacity for parallel processing. Furthermore, Core Java continues to be a top choice for developers to create scalable, secure, and effective solutions, bolstering its critical role in contemporary technological landscapes with the rise of cloud computing, big data, and the Internet of Things (IoT).

Description

ABAP does not exist in isolation; it is deeply integrated with various elements of the SAP NetWeaver ABAP application server. These elements include:

 

  1. ABAP Workbench: The SAP ABAP Workbench comprises a suite of tools designed to generate components for SAP applications. Key components of the workbench include the ABAP Editor, ABAP Dictionary, Screen Painter, Menu Painter, Function Builder, Form Painter, Message Class Builder, and more.
  2. Open SQL: Open SQL is an abstraction layer for SQL syntax integrated into the ABAP language. The ABAP runtime environment converts Open SQL statements into native SQL statements that are compatible with the specific database system in use.
  3. Internal Tables: Internal Tables serve as containers for collections of objects. These objects are accessed using specialized language keywords or Open SQL. This concept in ABAP differs from the notion of typed arrays commonly found in languages like Java or C++.

In summary, ABAP is tightly woven into the SAP NetWeaver ABAP application server ecosystem, where it collaborates seamlessly with tools in the ABAP Workbench, employs Open SQL for database interactions, and utilizes Internal Tables for structured data storage. This contrasts with the concept of typed arrays found in languages such as Java or C++.

  • Act as the technical expert, ensuring quick turnaround in identifying application issues and providing timely solutions.
  • Understand the requirements from provided functional designs and transform these requirements into the technical designs
  • Develop detailed plans and accurate estimates for completion of build, system testing and implementation phases of project.
  • Transform business function requirements into technical program specs to code, test and debug programs.
  • Develop code, document and execute unit tests, systems, integration and acceptance tests and testing tools for functions of high complexity.
  • Perform performance tuning to improve performance over multiple functions
  • Engage other technical team members in the design, delivery, and deployment of solutions.
  • Close communication with functional teams /designers and build professional relationships with clients
    Ensure integration system activities including monitoring the technical architecture (particularly scalability, availability and archiving) meet all SLA’s.
  • Manage operational support, performing work during change windows as well as providing on call support as required by the team.
  • Undertake performance tuning activities for SAP integration activities.

Any graduate can learn this course,if he/she knows other programming languages like c,c++ are added advantage but not mandatory.

After completion of SAP ABAP course you will be able to:

 

  • Learn the basic concepts of ABAP Programing
  • Good knowledge on dictonary, reports, bdc’s
  • Advanced abap topics like sap enhancements and ooabap
  • Apply realtime training with end to end implement process

SAP ABAP is totally technical if you have an interest in coding and you are strong in logical skills then only you try to switch over.
If you know the following things you feel ABAP easy :

 

  • Programming skills.
  • Knowledge of Structured Query Language (SQL) and Relational Database Management will be advantageous.
  • You should know the basics of programming, like C programming.
  • Object-oriented programming concepts ( OOPs) is that you should know very well to excel in SAP ABAP.

Key Features

Instructor-Led Sessions

50 Hours of Online Live Instructor-Led Classes. Weekend Classes: 24 sessions of 2 hours each. Weekday Classes: 50 sessions of 1 hour each.

Real-Life Case Studies

Live project based on any of the selected use cases, involving implementation of the various concepts.

Assignments

Each class will be followed by practical assignments.

Lifetime Access

You get lifetime access to LMS where presentations, quizzes, installation guide & class recordings.

24 X 7 Expert Support

We have 24×7 online support team to resolve all your technical queries, through ticket based tracking system, for the lifetime.

Certification

After completing your final course project successfully emax will provide you certificate as a SAP Trainee.

Curriculum

  • Introduction to computer languages?
  • Need of computer languages
  • Java V/S other languagesPlatform dependencies?
  • Introduction to Java?
  • History of JavaJDK software includes
  • Platform Independency?
  • Structure of Java-application?
  • Introduction to variables and identifiers
  • Type of variables
  • Memory construction and destruction of variables
  • Rules to create variables
  • Naming conventions of variables
  • Blocks introduction
  • Methods introduction.
  • Primitive types
  • Reference types

Methods

  • Introduction
  • Need
  • Classification of functions
  • Class keyword and its naming convention
  • Class naming convention
  • Why main has public access
  • Why main has static modifier
  • Why return type is void
  • System.out.println() description
  • Naming convention of methods and packages.
  • Overloading main method
  • Static members(class level)
  • Non-static members(object level)
  • Introduction
  • Why wrapping
  • Boxing and Unboxing
  • Auto Boxing and Auto Unboxing
  • Primitive to String conversion (using valueOf()and toString()
    methods)
  • String to Primitive conversion (using valueOf() and xxxValue()
    methods)
  • Usage of access modifiers in packages
  • Introduction
  • How to create user defined package
  • Calling members of same package
  • Calling members of another package
  • Need of import statement
  • Need of fully qualified
  • nameDifference between import and include
  • Creating Sub packages
  • Importing sub packages
  • Introduction
  • Advantage and disadvantages
  • parseXxx methods
  • Scanner class
  • Random class
  • Introduction to OOPS
  • Introduction to class, object
  • Encapsulation, Abstraction
  • Inheritance
  • final keyword
  • Polymorphism
  • Abstract classes
  • Interfaces
  • Aggregation
  • Association
  • Composition
  • Singleton class
  • Factory class.
  • Introduction to multi tasking and multi threading
  • Drawbacks in multi tasking
  • Creation of Thread
  • Life cycle of Thread
  • Threads Using Thread class
  • Threads Using Runnable interfaces
  • Constructors of Thread class.
  • Time management in multi tasking and multi threading
  • Priorities of threads.
  • Naming to threads via constructors or via setters.
  • Synchronization
  • sleep(),join(), wait(), notify(), notifyAll(),
  • Introduction GC
  • Introduction to daemon threads
  • Drawbacks of
  • finalize()
  • gc()
  • gc()
  • exec();
  • JVM memory increment
  • Process class.
  • Byte streams
  • Character streams
  • Object streams (Serialization)
  • Why serialization
  • Transient keyword
  • What is persistent state of an object
  • Marker interface
  • Can we serialize subclass object if super class is not Serializable
  • Can we serialize an object contains reference to non-Serializable
    object
  • Byte array streams
  • Data input streams
  • Buffered streams
  • Working with files
  • Static inner classes
  • Non-static inner classes
  • Local inner classes
  • Anonymous inner classes
  •  Introduction to Strings
  • Creating objects to String
  • String library functions
  • Mutable objects
  • Immutable objects
  • String/StringBuffer/StringReader
  • Creating Immutable class
  • Introduction to network programming
  • Classes and interfaces of java.net packages
  • Difference between TCP and UDP
  • What is Port?
  • What is IP address? Types?
  • What is Socket?
  • Finding IP address.
  • Creating URLs
  • Exception classes of java.net packages
  • Reading data from URL’s openStream(from local server, global
    server)
  • Writing data through URLConnection
  • InetAddress class
  • UDP classes introduction
  • Simple chatting program
  • Introduction to collections
  • Introduction to generics
  • Difference between arrays and Collections
  • Collection interfaces
  • List Interface
  • Set Interface
  • Map Interface
  • Queue Interface
  • Time management over collection classes
  • Memory management over collection classes
  • Deleting duplicate objects from collections
  • equals() method
  • Iterator class
  • Enumeration class
  • for-each loop
  • influence of generics in collections
  • Introduction to AWT
  • AWT library classes and interfaces
  • Introduction to Applets
  • Creating Applets
  • Applet Life cycle
  • Drawing shapes and colors in Applets
  • Creating components
  • Layout Management
  • Event Listeners
  • Calculator program
  • Introduction to swings
  • Swings API
  • Light weight components(independent)
  • Heavy weight components(native or dependant)
  • Components creation
  • Menu creation
  • Sub menu creation
  • Setting Listeners to components
  • Project Creation using APPLETS, SWINGS,AWT and JDBC
  • SES
  • SQS
  • SWF
  • SNS
  • Cloud Formation
  • Elastic Transcoder

Course Certification

Reviews

FAQ's

  • You will never miss a lecture at Emax You can choose either of the option: View the recorded session of the class available in your LMS.

     

Your access to the Support Team is for lifetime and will be available 24/7. The team will help you in resolving queries, during and after the course.

 

Post-enrolment, the LMS access will be instantly provided to you and will be available for lifetime. You will be able to access the complete set of previous class recordings, PPTs, PDFs, assignments. Moreover the access to our 24×7 support team will be granted instantly as well. You can start learning right away.

 

Yes, the access to the course material will be available for lifetime once you have enrolled into the course.

KALYAN REDDY

Sr. SAP ABAP Consultantt
16+ Years of Experience

Upcoming Batches

Scroll to Top