Certified Core Java Developer VS-1036
Certified Core Java Developer VS-1036
VS-1036
Certified Core Java Developer
Java is an open source and platform independent programming language whose API's are
easily accessible. It is widely used for client-server application, enterprise applications,
dynamic web applications and web-services development and is in great demand in
software companies, MNCs, Corporates and Government organizations.
This Course is intended for professionals and graduates wanting to excel in their chosen
areas. It is also well suited for those who are already working and would like to take
certification for further career progression.
For employers, the certification provides skill-verification tools that not only help assess a
person's skills in using Java programming language but also the ability to quickly complete
on-the-job tasks across multiple programs.
Test Details:
• Duration: 60 minutes
• No. of questions: 50
• Maximum marks: 50, Passing marks: 25 (50%); There is no negative marking in
this module.
www.vskills.in
Certified Core Java Developer
Fee Structure:
*Fees may change without prior notice, please refer http://www.vskills.in for updated fees
Core Java Developers are in great demand. There are a lot of boutique niche companies,
specializing in Integration Services, who are constantly hiring knowledgeable professionals.
International job consultants also are constantly looking for Core Java Developer for
overseas jobs. The skill is also greatly in demand in government projects.
www.vskills.in
Certified Core Java Developer
Table of Content
1. Language Fundamentals
1.1. Basics of Java
1.2. Garbage Collections
1.3. Declarations and Access Control
1.4. Flow Control
3. Exception Handling
3.1.Exceptions
3.2.Errors
3.3.Try---catch---finally blocks
3.4.Throw and throws
4. Input Output
4.1.File I/O
4.2.BufferedReader
4.3.Streams and Bytes Data
5. Java.lang
5.1.Strings,StringBuffer
6. Collections
6.1.Collections Interface
6.2.Vectors
6.3.ArrayList
6.4.Maps
6.5.Sets
7. Threads
7.1.Basics of threads
7.2.Multithreading
7.3.AWT and Swings
www.vskills.in
Certified Core Java Developer
9. JDBC
9.1.Connection to Database
9.2.Types of Statements
9.3.Types of Drivers
www.vskills.in
Certified Core Java Developer
Sample Questions
1. Which two create an instance of an array? (Choose two.)
A. int[ ] ia = new int[15];
B. float fa = new float[20];
C. char[ ] ca = "Some String";
D. Object oa = new float[20];
www.vskills.in
Certified Core Java Developer
www.vskills.in