logo

Core Java

Magical Resume International - Entry Level
22,999.00/
Core Java

Core Java Programming

22,999.00/

Sun Microsystems released the first public implementation as Java 1.0 in 1995.It promised "Write Once, Run Anywhere" (WORA), providing no-cost run-times on popular platforms. Fairly secure and featuring configurable security, it allowed network- and file-access restrictions. Major web browsers soon incorporated the ability to run Java applets within web pages, and Java quickly became popular. The Java 1.0 compiler was re-written in Java by Arthur van Hoff to comply strictly with the Java 1.0 language specification. With the advent of Java 2 (released initially as J2SE 1.2 in December 1998 – 1999), new versions had multiple configurations built for different types of platforms. J2EE included technologies and APIs for enterprise applications typically run in server environments, while J2ME featured APIs optimized for mobile applications. The desktop version was renamed J2SE. In 2006, for marketing purposes, Sun renamed new J2 versions as Java EE, Java ME, and Java SE, respectively.

Online Core Java Tutorial for beginners to learn the basic concepts of Core Java. Here you will learn the fundamentals of Core Java (Class, Interface etc.). These sections also contain cheatsheet for a quick review of what you have learned in a given topic.

Course Price Details

Pricing 22,999.00/
Stock Availability AVAILABLE
Rating
Proceed to Checkout

History of Course

Core Java Skills - For Beginners & Professionals

Microsoft markets at least a dozen different editions of Microsoft SQL Server, aimed at different audiences and for workloads ranging from small single-machine applications to large Internet-facing applications with many concurrent users.

History

"The history of Java Programming language begins with the first product – in December 1998 – 1999- and extends to the current day."

Great Achievement
  1. It must be "simple, object-oriented, and familiar"..
  2. It must be "robust and secure".
  3. It must be "architecture-neutral and portable".
  4. It must execute with "high performance".
  5. It must be "interpreted, threaded, and dynamic"..
Currently Version :-As of October 2017 the following versions are supported by Microsoft:
  1. DK 1.0 (January 23, 1996)
  2. JDK 1.1 (February 19, 1997)
  3. J2SE 1.2 (December 8, 1998)
  4. J2SE 1.3 (May 8, 2000)
  5. J2SE 1.4 (February 6, 2002)
  6. J2SE 5.0 (September 30, 2004)
  7. Java SE 6 (December 11, 2006)
  8. Java SE 7 (July 28, 2011)
  9. Java SE 8 (March 18, 2014)
  10. Java SE 9 (September 21, 2017)
  Introduction to Core Java Platform
  1. Understanding Java Platform
  2. History of Java Platform
  3. Java Editions
  4. Java - What, Why & When
  5. Advantage of Java Platform
  6. Understanding Java Virtual Machine
  7. Understanding Java Runtime Environment
  8. Understanding Java Development Kit
  9. Code compilation and Execution
  10. Understanding Byte Code and Machine Code
  11. JVM Architecture
  Eclipse
  1. Understanding Eclipse
  2. Understanding Eclipse Editions
  3. Advantages of Eclipse
  4. Coding and Debugging
  5. Types of Projects in Eclipse
  6. Creating a Project
  Java Programming Language
  1. Understanding Data Type
  2. Types of Data Type
  3. Naming a variable
  4. Type Casting
  5. Different Types of Operators
  6. Operators precedence
  7. Understanding Garbage Collection (GC)
  8. Advantage of Garbage Collector
  9. Generations in Garbage Collector
  10. Garbage Collector Working Phase
  11. Garbage Collection Algorithm
  12. Finalize and GC Method
  13. Introduction to conditional statement
  14. If statements
  15. If..else statement
  16. If..else ladder
  17. Switch statement
  Loops
  1. Introduction to loop
  2. do...while loop
  3. while loop
  4. Making star patterns
  5. Introduction to Array
  6. One Dimensional Array
  7. Multi-Dimensional Array
  8. Mutable strings
  9. Immutable strings
  10. Strings methods
  11. tring builder class
  Loops
  1. Introduction to Package
  2. Naming Convention for Package
  3. Creating Package
  4. Organizing Classes and Interfaces in Package
  5. Import and Static Import
  6. Introduction to Abstract Class
  7. Creating Abstract class
  8. Need of Abstract class
  9. Advantages of abstract class
  Interface Á Static Class
  1. Introduction to Interface
  2. Creating Interface
  3. Need of Interface
  4. Abstract class vs. Interface
  5. Introduction to static class
  6. static class and static methods
  7. Need of static class
  8. Normal class vs. Static class
  Interface Á Exceptions
  1. Understanding Exceptions
  2. Try, Catch and Finally block
  3. Throw exception
  4. Handling Exception
  5. Custom Exception
  6. Introduction to Java Collections
  7. Introduction to Collection Classes – Array List, LinkedList, HashSet, Stack, Queue
  8. Introduction to Collection Interfaces – Collection, Set, List, Queue
  9. Relations between Collection Interfaces and Classes
  10. Using Collection classes – Array List, LinkedList,
  11. Using Collection classes – HashSet, Stack, Queue
  12. Using Collection Interfaces – Collection, Set, List, Queue

 Mock Tests & Assignments

Each Module will be followed by objective mockup tests and practical assignments which help you to monitor your learning progress and Evaluate yourself.

Support Any Device such as Desktop,Laptop,Mobile, on Any Device
Motivational Videos
Real-life Case Studies
365 Days Access

You get 365 days access to the Learning Management System (LMS). This includes video, course material, exercise files and ppts used during the session.

24x7 Support

Disclaimer!

Taxes

Customer is responsible for paying all Federal, State and Local Taxes.

Content

E-Learning Center does not guarantee the accuracy of the content. E-Learning Center is not responsible for any issues that may arise as a result of information that is received from our courses.

Payment Terms

If we discover an error in the price of courses purchased, we will inform you as soon as possible (e.g. prior to the course being assigned). We will provide you the option of reconfirming your order at the correct price or cancelling it. If we are unable to contact you we will treat the order as cancelled. If you choose to cancel and have already paid for the goods you will receive a full refund.

Kindly do not share your Credit/Debit card details to anyone.

For direct cash transfer, only use our bank account name (payable to Indeed Prime ShinePrivate Limited). Do not transfer cash to any other account.

FREQUENTLY ASKED QUESTIONS

 Q1. What do you understand by Java?
  • Java is an object-oriented computer language.
  • It is a high-level programming language developed by James Gosling in Sun Microsystem in 1995.
  • Java is a fast, secure and reliable language used for many games, devices and applications.
 Q2. Differentiate between JDK, JRE and JVM ?
  • JVM stands for Java Virtual Machine which provides runtime environment for Java Byte Codes to be executed.
  • JRE (Java Runtime Environment) that includes sets of files required by JVM during runtime.
  • JDK (Java Development Kit) consists of JRE along with the development tools required to write and execute a program.
 Q3. What are the advantages of JSON over XML?
  • Note:-The advantages of JSON over XML are
  • 1. JSON is Lighter and faster than XML.
  • 2. Better understandable.
  • 3. Easy to parse and conversion to objects for information consumption.
  • Support multiple data types – JSON support string, number, array, Boolean but XML data are all strings.
 Q4. Can we import same package/class two times? Will the JVM load the package twice at runtime?
  • A package or class can be inherited multiple times in a program code. JVM and compiler will not create any issue. Moreover JVM automatically loads the class internally once regardless of times it is called in the program.
 Q5. Java doesn't use pointers. Why?
  • Pointers are susceptible and slight carelessness in their use may result in memory problems and hence Java basically manages their use.
 Q6. What are the functions of hashCode() method?
  • This method returns a hash code value (an integer number). And also returns the same integer number, if two keys (by calling equals() method) are same. But in sometimes two hash code numbers can have different or same keys.
 Q7. Explain Expression Language in JSP?
  • The expression language is used in JSP to simplify the accessibility of objects and It provides many objects that can be used directly like param, requestScope, sessionScope, applicationScope, request, session etc.
 Q8. What is hash-collision in Hashtable? How was it handled in Java?
  • In Hashtable , if two different keys have the same hash value then it leads to hash -collision. A bucket of type linked list used to hold the different keys of same hash value.
 Q9. Write a syntax to convert a given Collection to SynchronizedCollection ?
  • Collections.synchronizedCollection(Collection collectionObj) will convert a given collection to synchronized collection.
 Q10. Write a code to make Collections readOnly?
  • General : Collections.unmodifiableCollection(Collection c)Collections.unmodifiableMap(Map m) Collections.unmodifiableList(List l) Collections.unmodifiableSet(Set s)
 Q11. What are latest features introduced with Java 8?
  • The below latest features are introduced in Java 8. Lambda Expressions, Interface Default and Static Methods, Method Reference, Parameters Name, Optional Streams, Concurrency.
 Q12. What is meant by binding in RMI?
  • Binding is the process of associating or registering a name for a remote object, which can be used as a further, in order to look up that remote object. A remote object can be associated with a name using the bind / rebind methods of the Naming class.