-
ATM Machine Program
In this program about ATM Machine works .The following steps are: Step1: Get user wish task by the form of number as input from the user. Step2:According to the input process is started. Step3: Get another information from user. Step4: Finally done the user given process. Step5: If user want to be process again ,It…
-
sql (day 3)
Retrive: It retrive all data. eg:select * from students; Column name: It shows only contain in particular column by the column name. eg:select name from students; It shows only contain in particular column by the column name(two or more column). eg:select name,course from students; To get only particular name: eg:select * from students where course…
-
Keypass, Linux administration, Linux distro – [ Kanhi ILUGC ]
Keypass: Step to Linux administration: Linux Distro: Distro – Distribution of Software.(flavours of Linux) Beginners to know:(First three for beginners and next two are additional) Learning in Linux:
-
GPA or CGPA Calculation
In this program we calculate GPA or CGPA calculation values .The following steps are: Step1: Get total number of Papers as input from the user. Step2:Get marks as input from the user. Step3: Calculate sum of marks. Step4: Calculate average of marks Step5: Based on the average, it given Grade and the Grade points Explanation:…
-
Electricity Bill Calculation
In this program we calculate Electricity Bill .The following steps are: Step1: Get occupation and total number of units as input from the user. Step2:Check the user given occupation category. Step3: Calculate units given from user. Step4: Based on occupation category and number of units ,it gives bill amount Step5: User enter wrong input its…
-
Lambda Expression
What is a Java Lambda Expression? Java Lambda Expressions are particular code segments that behave like a regular method. They are designed to accept a set of parameters as input and return a value as an output. Unlike methods, a Lambda Expression does not mandatorily require a specific name. Why Do We Need a Lambda…
-
Set,hashset,linkedhashset,treeset
Set: The set interface is present in java.util package and extends the Collection interface. It is an unordered collection of objects in which duplicate values cannot be stored. It is an interface that implements the mathematical set. This interface contains the methods inherited from the Collection interface and adds a feature that restricts the insertion of the duplicate…
-
Exception program
Outputs: getPassword: enter password 1234Less than 8 Exception checkedExceptionDemo: Please check file location divide3: Check Checkfinally blockProceed further divide2: 1-600Hi divide1: Enter two no.s1twoCheck inputsHi