Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: Introducing to Core Java
Description: Xyz

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


Introducing to core Java

Let's talk about Core Java
...
This is not the first time I'm uploading a Java video
...
However, the
quality of videos is increasing every day, and the number of features added to the language is
going up
...

Java is famous because it has multiple features that help it be used in the enterprise market,
mobile development, web development, and of course, enterprise applications
...
In Java, we have a technology called JVM,
and we have multiple languages running on JVM
...
That's why if you learn Core Java, it's much easier to
jump to different languages
...
That's because if you
know Java, you can learn other languages easily
...
I've been working on Java for the last 12 years, and I've
made multiple courses on Java on YouTube and different platforms
...
If you're looking at someone else's code, you can
read Java code line by line
...

Features of Java
WORA - Write Once, Run Anywhere
Supports Multithreads
Collection API Concept
Exception Handling
Java was made in 1995 by Sun Microsystems and was led by the team of James Gosling
...
Java is getting
updated every six months to make it the most powerful language
...
However, it's not about completing the entire
course in one day
...
In the description, you'll find the link to GitHub where you can access all the codes,
and maybe it will be helpful for you to write this code
Title: Introducing to Core Java
Description: Xyz