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: Java
Description: Java lecture 1

Document Preview

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


Java - Introduction to Programming
Lecture 1

Installation & First Program

1
...
Install JDK (https://www
...
com/in/java/technologies/javase-downloads
...
Install IntelliJ (https://www
...
com/idea/download/#section=mac)
OR
b
...
visualstudio
...
Sample Code

Functions
A function is a block of code which takes some input, performs some operations
and returns some output
...

The function we have used is called main
...
A class can have
some properties and functions (called methods)
...


3
...
out
Title: Java
Description: Java lecture 1