MyJavaCodes

My personal Java Codes

this all programs are inspired by the new boston channel on youtube java Tutorials use code name

Time class Time_classs.java

Variable length Arguments var_length_methods

multidimensional array and printing the same multi_dimensional_array.java

array in method array_method.java

frequency of each face of dice when rolled thousand times (Array as Counters) random_no_dice_freq.java

Sum of all elements of array via 2 ways 1. Normal 2. Enhanced For loop array_sum.java

array --- defination ,print, add avlues to array and array_prog.java

Dice program (Random numbers Program) random_no_dice.java

math class methods math_class.java

compound interest and use of math library function (Power of) commpound_int.java

Conditional operators conditional_op.java

constructors and Overloading and this pointer pointer_p.java

many methods and instances methods_instances.java

methods with passing parameters method_widParameters.java

Using Multiple classes in same code and different code Multiple_class.java ,Multiple_classhelp.java

do while loops

for loops use for_loops.java

While loop Use While_loop.java

Switch Programing Switch_prog2

Using logical operators like && or || Logical_op.java

if else , nested if else ,this pointer if_else.java

using inc_dec inc_dec.java

math opertaor,basic calc math_operator.java

how to take input user_input

how to declare variables variables_2.java

Hello world first_program.java