Java Course in Chennai
Key Features
Training from
Industrial Experts
24 x 7
Expert Support
Hands on
Practicals/ Projects
Certification
of Completion
100% Placement
Assistance
Free
Live Demo
CORE JAVA TRAINING COURSE CONTENT
What is Core Java?
Core Java is the basics of Java language, and is mandatory base to learn & equip you with the advanced topics. This details on the Java fundamentals, such as Applet, Swings, JDBC, etc., and provides you knowledge to develop Standalone applications or System Software applications.
Benefits of Core Java
Core Java is the just basic building block of Java, similar fundamental exist in all of the programming languages.
- High Level, Robust
- Secured Programming Language
- Act as a Platform
- Incredible toolset & rich API
- Multi-threaded facility helps to perform several tasks simultaneously
- Ease of Learning
Course Features
- Duration60 hours
- Skill levelAll level
- Batch Strength15
- AssessmentsYes
- Mock InterviewsYes
- Resume BuildingYes
- PlacementsYes
- Flexible TimingYes
- Fee InstallmentsYes
- LanguageTamil/English
- Introduction about Programming Language Paradigms
- Why Java?
- Flavors of Java.
- Java Designing Goal.
- Role of Java Programmer in Industry
- Features of Java Language.
- Installing Java
- Difference between JDK,JRE and JVM
- JVM –The heart of Java .
- Java Architecture
- Java’s Magic Bytecode.
- Java Program Development.
- Java Source File Structure.
- Compilation & Execution
- Rectifying common errors
- Lexical Tokens
- Identifiers
- Keywords
- Literals and Comments
- Command Line Arguments
Print Hai! in the first line and print Hello how are you !! in the second line using single print statement. Get the Input 10 25 a 1.2 Rama via command line arguments and print the values one by one.
- Data types
- Difference between Primitive & Non Primitive Datatypes
- Variable Declaration & Initialization
- Type Casting
- Operators and its types
- Swap the values with using temporary variable and without using temporary variable.
- Find the maximum of two numbers and three numbers using ternary operator.
- IF conditions
- IF-ELSE conditions
- Nested IF conditions
- ELSE-IF Ladder conditions
- SWITCH-CASE statements
- The “break” and “continue” keywords
- “FOR” Loop
- Different forms of FOR Loop
- “WHILE” Loop
- “DO-WHILE” Loop
- ENHANCED “FOR” Loop
- Nested Loops
- Find the maximum of 2 numbers and 3 numbers without using ternary operator.
- Print the factorial of 5!
- What is OOPS?
- Necessity and Advantage of OOPS
- OOPS Designs with real-time examples.
- What is mean by class and object?
- Relation between a Class and an Object
- How to create class and object
- User-defined / Custom Datatypes
- Give the real time example for Object and describe its properties and functionalities.
- Analyse the OOPs Concepts and give real-time examples of all OOPS concepts in your own thinking.
- Components of a Class
- Types of Variables and its uses.
- Method Advantages, Categories and Types
- Constructor advantages and its types
- Ways to initialize the Object
- “this” keyword
- Static Block & Instance Block
- Nested classes
- Get the real time examples for static variables, final variables and instance variables in your own thinking.
- Create the Class Student with School name - “Gandhi School”, roll_no and name. Create the objects and assign the roll_no and name values using the constructor and display the student details using methods.
- Inheritance and its advantages
- The “extends” keyword
- Types of Inheritance
- Single Inheritance
- Multilevel Inheritance
- Multiple Inheritance
- Hierarchical Inheritance
- Hybrid Inheritance
- Difference between IS-A and HAS-A relationship
- Use of “super” keyword and forms of “super” keyword
- Try to get the real time scenarios for all kinds of inheritance in your own thinking.
- In College, We are having 3 kinds of Teachers. For Ex: English Teacher, Tamil Teacher, Maths Teacher. These Teachers having different main subjects but their designation is ‘Teacher’, college is ‘Nehru College’ and functionality is ‘teaching’. Achieve this using Inheritance and display the details of 3 teachers.
- Abstraction and its advantages
- Abstract Class and Abstract Methods
- The “abstract” keyword
- Implementation of Abstract Methods
- Uses of Abstract Classes
- Interface and its advantages
- ‘implements’ keyword
- Achieve Multiple Inheritance with Interface
- Difference between Abstract Class and Interface
- Eating and traveling functionalities are mandatory for all Animals. But food and traveling paths are different. Display the food and traveling paths for different animals. (use interface)
- All the banks should have a rate of interest. But it’s varied from bank to bank. Display the rate of interest for all banks. (use interface)
- Polymorphism and its advantages
- Types of Polymorphism
- Types of Binding
- Method Overloading and its uses.
- Conditions of Overloading
- Method Overriding
- Scenario of Overriding
- Difference between Overloading and Overriding
- About Class Casting
- About Design Patterns.
- Print the String, Integer, Float values using Method Overloading.
- Create Superclass “Human” with eating functionality. Create subclasses Young Boy, Women, Baby etc., and Override the eating functionality. Print the favorite food for humans.
- What is package and its advantages
- Types of packages
- Static Import
- Access Modifiers
- Encapsulation
- We are having Class AOne. In this class create static variables and static methods. And try to access these variables and methods in Package B classes without using class name and creating an object.
- Create the class Account with account number and account balance as private members. Set the Account number and deposit the amount. Show the Account Balance. Write the program to achieve this by using Data Encapsulation.
- What is Array and its advantages
- Types of Array
- Jagged Array
- String, String Buffer, String Builder
Matrix Addition, Multiplication, Transpose Count the number of vowels, consonants, special characters in the following String: “-God is Great!-“
- Rotate the Array Elements
Input - {1,2,3,4,5}
Output – 5 1 2 3 4
4 5 1 2 3
3 4 5 1 2
2 3 4 5 1
1 2 3 4 5 - Sort the Array using different algorithms. (Bubble Sort, Selection Sort, Insertion Sort, Quick sort, Merge Sort)
- Searching the value in Array (Linear Search & Binary Search)
- Find the Median value and Mode value in Array
- Find the Second highest and Second smallest value in array
- Find and print the duplicate elements in array
- Display Prime Numbers, Armstrong numbers, Perfect Numbers, Strong Numbers up to range or between the ranges
- Sum of Digits/ Reverse a number
- Convert decimal number to binary format
- What is Exception and its types
- How to handle exception?
- Multiple catch blocks
- Finally block
- Difference between throw and throws
- Custom Exception
- Write a program to generate the Null Pointer Exception and Number Format Exception. Handle these exceptions with multiple catch blocks.
- Create the custom exception called “AgeExceedException”.
- Get the age from user. If age exceeds 35 then throw the AgeExceedException with message “You are not eligible candidate to apply for this position”.
- Varargs
- Autoboxing and Autounboxing
- EnumType
- Annotation
- Custom Annotation and its types
- Assertion
- Object Class
- Object Cloning (Shallow Copy and Deep Copy)
- Wrapper Class
- Java Recursion
- Get the Age from user. If age is less than 18 then display “You are not eligible for voting” using assertion.
- Print 1 to 10 using recursion
- Print Fibonacci Series using recursion
- Stream and its types
- Read, Write and Copy Files
- Serialization
- Marker Interface
- “transient” keyword
- Get the console Input using BufferedReader.
Create the File having following Content : Credo Systemz is best (way of teaching) and the study materials are really excellent. - Read the File and Find the String within the ( ) opening and closing paranthesis. And write the String in another File.
- What is Database?
- What is MySQL?
- Parts of MySQL
- Operators and Clauses in MYSQL.
- Functions and procedures in MYSQL.
- Create a Database “shop” with tables and appropriate fields in your own thinking.
- Create the Table Employee with Employee number, name and salary.
- What is JDBC?
- Types of Drivers
- Loading the drivers
- Connection, Statement, PreparedStatement, CallableStatement, ResultSet Interfaces
- Batch Updates
- Get the Employee details emp_no, name, salary, address from the user and store the values into database using Prepared Statement with batch update.
- Display the Employee details from database those who are having a salary more than 7000 using ResultSet.
- What is multithreading and advantages.
- What is Thread?
- Life Cycle of a Thread.
- Thread Classes and Methods
- “Runnable” Interface
- Creating Thread
- Working with multiple Threads.
- Java Synchronization
- Interthread Communication
- Dead Lock
- Create 3 threads. Each thread has to print Multiplication tables (2 tables, 3 tables, 4 tables) simultaneously.
- Print 5 Divisables and 2 divisables upto 50 using synchronization.
- Regular Expression
- String Tokenizer
- Scanner & Date Classes
- Localization & Internationalization
- Java Collections Introduction
- Get the String “Java*programming*language” using Scanner Class. Split the String by using delimiter (*) and display the tokens and count the number of tokens using String Tokenizer.
- Get the String “Java is my favourite language. Java is my profession” from user. Search and display the text java and index position of java using regular expression.
- The “Collection” Interface
- List, Set and Map Interfaces
- Cursors in java and its differences
- Difference between the implementation classes of List, Set and Map
- Remove duplicate words and characters from String using Collections.
- Get the employee names from the database and store the employee names in List. Display the names in ascending order and descending order using ListIterator.
- Generics in Java
- Types of Generics
- Uses and Limitations of Generics
- Custom objects with Generic collections
- Sorting in Collections
- Create the class employee with name, employee_number, phone. And store the employee objects in generic collections.
- Sort the custom object generic collection by employee name.
- Basic terms in networking
- Socket Programming
- Introduction about Swings
- Components in Swings
- Events Handling
Get the Registration Details (Name, Gender, Phone_number, State, Country) from the user using Swings UI. And store the values in Database.
- Default and static method in an interface
- Functional Interfaces and Lambda expressions
- Collection API improvements
- Concurrency API improvements
- Java IO improvements
- Working with Eclipse
- Eclipse shortcuts
- Debugging
- Code previous history
You will be going through detailed 2 to 3 months of Core Java Hands-on training
- Detailed instructor led sessions to help you become a proficient Expert in Core Java.
- Build a Core Java professional portfolio by working on hands on assignments and projects.
- Personalised mentorship from professionals working in leading companies.
- Lifetime access to downloadable Core Java course materials, interview questions and project resources.

Credo Systemz - Velachery, Chennai
Call Us +91 9884412301

Credo Systemz - OMR, Chennai
Call Us +91 9600112302

Hi, this is sandeep doing my B.E CSE, I decided to do take core java course in chennai during my holiday. At the time my friend suggested me to credo systemz so I joined there for my java training. My trainer taught me the Java fundamental was very well and got the detailed explanation of object-oriented programming concepts with real time examples which help us to understand the concepts easily and all the session went practical oriented. I am really satisfied with this training, I am surely referring this institute for all who wants to master in java.

Hello friends, Myself Mani from Chennai, Recently completed my java certification in Credo Systemz, I came to know about Credo from Google reviews, Booked a Free Demo session with the trainer, They also allowed me to discuss with the previous batch candidates which gave me a clear idea about. Now I completed my Java certification. Trainer was very professional handled every session very interestingly and interactively. Thank You Credo

As a fresher, I came to know about Credo Systemz from my seniors who did their Java training here, Once I came here they suggested me a free demo session. The trainer explained how the course will be helpful for me to get a job. It gave me enough confidence, I joined in September batch and now I completed my Java certification training in Credo Systemz. The training period was really wonderful, learned a lot in Java. Especially the real-time examples given by the trainer was very informative. This Java training course has turned me a certified Java developer from scratch. Thank You

Hello everyone, I'm Ranjith Kumar completed my Java training at Credo Systemz Chennai. At first, came here for demo session and satisfied with the trainer and the course content provided to me. The course went informative, learned Java from scratch. The practical training gave confident to attend interviews easily. Interview questions and weekly assessments were very useful. Thank you, Credo Systemz.

Hai, This is Neeta from Chennai, I joined Credo Systemz for Java Training. I found Credo Systemz through Google Search. First I attend Free demo session with a trainer before Joining. I am really satisfied with demo and way of approaching of the trainer. After Joining I am very much satisfied with this training because of whole Java training based on Practical oriented with real-time examples so helpful to understand all concepts clearly. The way of teaching and especially OOPS Concepts was the fully practical approach. Now I am happy with my Programming Skills of Java. Also, conducted Java Assessment on end of the training which is very useful to face interviews confidently. In my point of view Credo Systemz is the best java training institute. Thank you Credo Team.



Top MNC's Java Interview Questions
- What is Polymorphism?
- What is runtime polymorphism or dynamic method dispatch?
- What is abstraction in Java?
- What do you mean by an interface in Java?
- What is the difference between abstract classes and interfaces?
- What is inheritance in Java?
- What are the different types of inheritance in Java?
- What is method overloading and method overriding?
- Can you override a private or static method in Java?
- What is multiple inheritance? Is it supported by Java?
- What is encapsulation in Java?
- What is composition in Java?
- What is a copy constructor in Java?
- What is a servlet?
- What is the life-cycle of a servlet?
- How does cookies work in Servlets?
- What is mean by Collections in Java?
- What are all the Classes and Interfaces that are available in the collections?
- What is a Class?
- What is an Object?
- What are the Oops concepts?
- What is Inheritance?
- What are the differences between C++ and Java?
- List the features of Java Programming language.
- What do you understand by Java virtual machine?
- What is the difference between JDK, JRE, and JVM?
- How many types of memory areas are allocated by JVM?
- What is JIT compiler?
- What is the platform?
- What is classloader?
- What is the default value of the local variables?
- Explain JDK, JRE and JVM?
- Explain public static void main(String args[]) in Java
- Why Java is platform independent?
- Why Java is not 100% Object-oriented?
- What are wrapper classes in Java?
- What are constructors in Java?
- What is singleton class in Java and how can we make a class singleton?
- What is the difference between Array list and vector in Java?
- What is the difference between equals() and == in Java?
- What are the differences between Heap and Stack Memory in Java?
- What is a package in Java? List down various advantages of packages.
- Why pointers are not used in Java?
- What is JIT compiler in Java?
- What are access modifiers in Java?
- Define a Java Class.
- What are the various access specifiers in Java?
- What is the purpose of static methods and variables?
- What are the advantages of Packages in Java?
- What is the output of the following Java program?
- What is object-oriented paradigm?
- What is an object?
- What is the constructor?
- How many types of constructors are used in Java?
- What do you understand by copy constructor in Java?
- What are the differences between the constructors and methods?
- What is the static variable?
- What is the static method?
- What is the Inheritance?
- Why is Inheritance used in Java?
- Why does Java not support pointers?
- What is Java?
- What are the differences between C++ and Java?
- List the features of Java Programming language.
- What do you understand by Java virtual machine?
- What is the difference between JDK, JRE, and JVM?
- What is JIT compiler?
- What are Java Packages? What's the significance of packages?
- Can we declare a class as Abstract without having any abstract method?
- What's the difference between an Abstract Class and Interface in Java?
- How an object is serialized in java?
- When we should use serialization?
- When the constructor of a class is invoked?
- Is String a data type in java?
- Why Strings in Java are called as Immutable?
- What is multi-threading?
- Why Runnable Interface is used in Java?
- What is the difference between an Inner Class and a Sub-Class?
- What are the various access specifiers for Java classes?
- What's the purpose of Static methods and static variables?
- What is data encapsulation and what's its significance?
- What are Loops in Java? What are three types of loops?
- What is an infinite Loop? How infinite loop is declared?
- What is the difference between continue and break statement?
- What is Final Keyword in Java? Give an example.
- How can you generate random numbers in Java?
- Can main() method in Java can return any data?
- How an object is serialized in java?
- Can we have any other return type than void for main method?
- How objects are stored in Java?
- What's the base class of all exception classes?
- Define a Java Class.
- What is an object in Java and how is it created?
- What is Object Oriented Programming?
- What are the main concepts of OOPs in Java?
- What is the difference between a local variable and an instance variable?
- What is final keyword in Java?
- What is an infinite loop in Java? Explain with an example.
- What is the difference between this() and super() in Java?
- What is Java String Pool?
- What is constructor chaining in Java?
- What is a classloader in Java?
- What is the difference between an array and an array list?
- What is a Map in Java?
- What is JAVA?
- What are the features in JAVA?
- How does Java enable high performance?
- What are the Java IDE’s?
- What do you mean by Constructor?
- What is meant by Local variable and Instance variable?
- What is a Class?
- What is an Object?
- What are the Oops concepts?
- What is Inheritance?
- What is Encapsulation?
- What is Polymorphism?
- What is meant by Method Overriding?
- What is meant by Overloading?
- What is meant by Interface?
- What is meant by Abstract class?
- What do you know about Java?
- What are the supported platforms by Java Programming Language?
- List any five features of Java?
- Why is Java Architectural Neutral?
- How Java enabled High Performance?
- Why Java is considered dynamic?
- List two Java IDE’s?
- List some Java keywords(unlike C, C++ keywords)?
- What do you mean by Object?
- Define class?
- What is a Local Variable?
- What is a Instance Variable?
- What is a Class Variable?
- What is the default value of byte datatype in Java?
- What do you mean by Access Modifier?
- What is protected access modifier?
- What is an Exception?
- Explain Runtime Exceptions?
- Define Inheritance?
- What is Polymorphism?
- What is Abstraction?
- What is the primary benefit of Encapsulation?
- What is an Interface?
- Define Packages in Java?
- What do you mean by Multithreaded program?
- How Java enabled High Performance?
- Why Java is considered dynamic?
- List two Java IDE’s?
- Define class?
- What is a Local Variable?
- What is a Instance Variable?
- Why the main method is static in java?
- What is “this” keyword in java?
- What is an abstract class?
- How abstract classes are similar or different in Java from C++?
- What is object cloning?
- How is inheritance in C++ different from Java?
- Can we override private methods in Java?
- What is “super” keyword in java?
- How are Java objects stored in memory?
- Differences between HashMap and HashTable in Java.
- What is static variable in Java?
- How HashMap Works in Java
- Design a Good Key for HashMap
- What is polymorphism in Java?
- What is abstraction in Java?
- Abstraction vs. Encapsulation?
- Difference between Interfaces and Abstract Classes?
- How to create a immutable object in Java? Count all benefits?
- Is Java Pass by Reference or Pass by Value?
- What do you understand by Java?
- Outline the major Java features.
- What is a class in Java?
- Differentiate between JDK, JRE, and JVM.
- Define inheritance.
- Explain method overloading.
- Compare overloading with overriding.
- What is Java?
- What do you mean by Constructor?
- What are the features of Java?
- How does Java enable high performance?
- What do you understand by Java IDEs?
- What is an Object?
- Could you explain the Oops concepts?
- Please explain Method Overriding in Java?
- What do you mean by Overloading?
- What is Set in Java? Also, explain its types in a Java Collections.
- Please explain the various types of garbage collectors in Java?
- How will you differentiate HashMap from HashTable?
- What do you mean by Collections in Java? What are the constituents of Collections in Java?
- Please explain Map and their types in Java.
- What do you mean by Priority Queue in Java?
- How do you make a thread in Java? Give examples.
- Can you explain the thread lifecycle in Java?
- What do you know about Interface in Java?
- How do you make a thread stop in Java?
- What purpose do the Volatile variable serve in Java?
- Please compare Serialization with Deserialization in Java.
- What do you understand by OutOfMemoryError in Java?
- Is Java platform independent?
- What all memory areas are allocated by JVM?
- Java vs. C ++?
- Explain public static void main(String args[])
- What is javac ?
- What is class?
- What is the base class of all classes?
- What is a wrapper class in Java?
- Different Data types in Java.
- What is Type casting in Java?
- What is an Array?
- Does Java support Multiple Inheritance?
- What is Polymorphism and what are the types of it?
- What is method overriding in Java?
- What is BREAK statement in java?
- What is inheritance?
- Does Java support Multiple Inheritance?
- What is method overriding in Java?
- What is static and dynamic binding in Java?
- What is an abstract class in Java?
- What is Interface in java?
- What is the difference between abstract class and interface?
- What is a constructor in Java?
- What do you mean by Platform independence of java?
- What is difference between JVM, JRE and JDK ?
- What are memory areas allocated in JVM?
- What are some core concepts of OOPS in Java ?
- What is Abstraction?
- What is constructor in java?
- What are access modifier available in java?
- Can you explain internal working of HashSet in java?
Join the Best Java Training Institute in Chennai
What’s Unique for you to learn with us?- Detailed Java training courses Plan to help both Fresher & Experienced Professionals.
- Flexible training pattern, allowing candidates to choose between week day or week end sessions.
- In best Core Java online training, skilled & expert trainers with 10+ years of IT industry experience.
- Complete Hands-on Java training in Chennai with 100% Placement Assistance.
- Training sessions take account of both Theoretical & mandatory practical program development as well.
- To cater to any special needs of the candidates, we offer Online Java Training program as well.
- Professional teams to assist with Career guidance, Interview preparation, Mock Interviews, Placement Counselling, Java training and certification, Resume writing and Job updates.
- Customisable Advanced Java Courses to include Advanced Java, Java J2EE, Spring, Hibernate, Struts to enhance your skillset from novice to an advanced professional.
- Ranked as No.1 Java Training Institute in Chennai providing best Java training in the city with nominal course fees.
Core Java Training with 100% Placements in Chennai
Core Java Training in Chennai with 100% Placements in Velachery Chennai - Our training program is designed in a way which helps the fresher candidates to get their dream jobs easily as a Java developer. Our placement candidates list will show you the concern we have towards the future of our candidates. Mock Interview after the completion of best Java course in Velachery, OMR which helps the candidates to gain confidence during interviews.Java Training in Chennai for Freshers
Credo Systemz - Best Java training institute in chennai chennai, tamil nadu providing special concern towards beginners which will help to learn Java Programming easily. Java is an Evergreen Programming language, hence Career Opportunities of the Java Platform always brighter. Our Core Java Training in Chennai that offers more number of facilitates especially for beginners, they are as follows,- First of all, Step by step explanation about basic to advanced Concepts.
- Practical Oriented training, which will give the best learning experience.
- Furthermore weekly assessment to test the candidate programming skill.
- Resume Preparation and Interview Guidelines.
- 100% Placement assistance.
Key Features of our Core Java Training in Chennai
- Professional approach towards training using latest techniques.
- Minimal batch strength to give individual attention to all.
- Unlimited lab / practice environment access provided to all candidates.
- Flexible batch schedule – Attend missed sessions with next batch.
- We provide free placement assistance because we care about your career.
- Free communication program for fresher candidates to develop their skills.
- Best Core Java training in chennai with live project which helps to meet the industry standards.
- Expert designed Core Java training for freshers with placement assistance.
- Core Java training schedule from basic to advance level.
- Minimum Core Java training cost in Chennai.
- Job oriented Core Java training concepts with more number of practical sessions.
- Ranked as Best Java training institute with 100% placement assurance.
- Minimum java course fees in the city with the best training.
Top Factors which makes us the best Java Training Institute in Chennai
- Firstly, Core Java training in Chennai at Credo Systemz will help the trainees to enhance their skill set both practically and theoretically to be a professional Core Java developer.
- Ranked the best Core Java course in Velachery, OMR Chennai as much as positive reviews in different forums.
- Importantly, Our Core Java training syllabus is professionally designed by experts and experienced Java developers from top IT firms.
- In addition Core Java training and placements in our institute is referred as the best to get placed easily.
- In particular our placement team will personally assist each and every trainee to get placed in their dream job.
- Best Core Java training institute in Velachery, OMR with real time projects.
- The most convenient factor is the flexible session timing and Java online training availability to learn at your preferred timing.
- Mock exams and Mock interviews after the completion of the Core java Course.
- Large alumni contact and separate forum to assist you technically whenever and wherever required.
Java Interview Questions and Answers
Java Training Upcoming Batch Details
Java Online Training

Can’t find a batch you were looking for?
FAQ
- Gain familiarity to the features of Java Language.
- Discover & learn to write Java code according to Object-Oriented Programming principles.
- Equip you to get well versed in concepts such as Classes, Objects, Inheritance, Polymorphism and Interfaces.
- Understand Java APIs for Collections, I/O Streams
- Design GUI applications and Applets using AWT and Swing.
- Work on Multithreaded and Networking applications.
- Educate with handling database applications using JDBC.
- Regular classroom based training: 4 weeks, 90 minutes of Practical + Theory session per day.
- Fast Track (1-1): 15 days.
- Choose your options for week day or week end classroom training.
- Assessments - Our training pattern includes conducting frequent assessments to understand your technical competence & brief your areas of improvement, during the tenure of the course.
- Interview Questionnaire - At Credo Systemz, a dedicated team is available to collate the frequently asked questions in the Top MNCs, and will share the questionnaire with our candidates.
- Mock Interviews - At the end of the course, a team of highly qualified real-time IT technical experts from the industry assess your knowledge on the language, by conducting interviews, and share the feedback so you can crack the interview with confidence & at ease.
- Resume Building Services – Expert trainers guide our candidates on the Resume preparation which will profoundly help you put your career on track.
- Core Java with Selenium Automation Testing.
- Core Java with Hadoop.
- Core Java with Android App Development.
Related Trainings
Nearby Access Areas
Our Velachery and OMR branches are very nearby access to the below locations.Medavakkam, Adyar, Tambaram, Adambakkam, OMR, Anna Salai, Velachery, Ambattur, Ekkattuthangal, Ashok Nagar, Poonamallee, Aminjikarai, Perambur, Anna Nagar, Kodambakkam, Besant Nagar, Purasaiwakkam, Chromepet, Teynampet, Choolaimedu, Madipakkam, Guindy, Navalur, Egmore, Triplicane, K.K. Nagar, Nandanam, Koyambedu, Valasaravakkam, Kilpauk, T.Nagar, Meenambakkam, Thiruvanmiyur, Nungambakkam, Thoraipakkam, Nanganallur, St.Thomas Mount, Mylapore, Pallikaranai, Pallavaram, Porur, Saidapet, Virugambakkam, Siruseri, Perungudi, Vadapalani, Villivakkam, West Mambalam, Sholinganallur.