This document contains 15 Java code examples demonstrating various Java concepts like:
1) Calculating total and average marks of a student
2) Using if-else statements to check voting eligibility and day of the week
3) Using switch statements to check day of the week and numbers
4) Printing alphabets, reversing strings, checking prefixes/suffixes
5) Accepting 2D array input and calculating student grades
6) Creating classes with set/get methods and inheritance