Programs and files made while following Java tutorials.
-
A hello world program -
A class showing a variable declaration -
A program showing a ternary operator -
A program showing a do while loop -
A program showing if statements -
A program showing an if else statement -
A program showing a nested if statement -
A program showing a nested if else statement -
A program showing a switch statement -
A program showing a string concatenation -
A program showing a string concatenation with primitive values -
A program showing a string concatenation with concat() method -
A program demonstrating the usage of a StringBuffer -
A program showing an array -
A program showing an inner class -
A program showing anonymous class syntax -
Used by AnonymousClassDemo.java
Assignments from each section
-
Write a code that outputs "Hello, Udemy" -
Create an inventory system with at least 5 items and let the user select the item they wish to use. -
Create a program that checks if the string entered by the user is a palindrome. -
Create a program that provides a letter grade for a scale