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: DSA in java
Description: L1: Introduction To JAVA (In English) | Java Basics Course | Lesson 1 | DSA In Java |@CodingNinjasIndia

Document Preview

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


L1: Introduction To JAVA (In English) | Java
Basics Course | Lesson 1 | DSA In Java
|@CodingNinjasIndia

Coding Ninjas



Introduction to Java
This video is a part of the series Data Structures and Algorithms in Java by Coding
Ninjas
...
We will also cover the tools required to run Java
programs on your PC, sample codes, and solutions to questions on Code Studio
...



Why Learn Java?


Java is still heavily used today and is responsible for many applications like Minecraft,
LinkedIn, AWS, AliExpress, and Google's Android
...
Java is also robust, secure, and provides high performance
...
Bytecode is the code produced by Java compiler
...
Garbage collector is an inbuilt program in JVM that recalls objects
that are not referenced
...
The garbage collector recollects

memory from objects that are not referenced
...
class
files
...

Java does not support multiple inheritance through class, but it can be achieved using
interfaces
...

Java is an object-oriented language, and everything except fundamental types is an
object in Java
...
To run a Java program, you will need a Java Development
Kit (JDK), Visual Studio Code with the Java extension, and a curious programmer
...
To run a simple Java program, you will need to create a scanner object and
prompt the user to input their name
...



Title: DSA in java
Description: L1: Introduction To JAVA (In English) | Java Basics Course | Lesson 1 | DSA In Java |@CodingNinjasIndia