Inputs a DC Universe character and show its description if it is found. Uses HashMap concept of Java to create a String-String dictionary corresponding to name and description of characters.
The program calculates pressure drop across a given length and cross-sectional area of a pipe when a fluid of certain dynamic viscosity flows through it with certain volumetric or mass flow rate.
A text Cricket game in java with different functions for choosing team, opponent, over, toss, batting and bowling. Uses Random class of Java and JCF (Java Collection Framework)