Factorial: ==> Factorial of a non-negative integer, is multiplication of all integers...
Collections of java: ==> Java Collections are a framework that provides a set of...
Binary Search: Definition: Binary search oru efficient algorithm,ithu sorted...
searching in java: ==> In Java,searching refers to the process of finding an element in...
Scanner Class in Java: ==> Scanner is a class in java.util package used for obtaining...
Quotient And Remainder: ==> The remainder is the integer left over after dividing one...
Task1: 1 . Look at this series: 58, 52, 46, 40, 34,28 ... What number should come...
Control flow statement: ==> Control flow statements are fundamental components of...
Switch Statements: ==> The switch statement in Java is a multi-way branch statement....
Conditional Statements: ==> Conditional statements, like the if-else statement in Java,...
Create a package called bank.chennai. Create a public class called ‘SBI’. Have default non-static...
** Create a package called bank.chennai. Create a public class called ‘SBI’. Have default...
Task 2 Create a class called 'Shop' Create below static variables: static int doorNo = 5; static...
Task 1: Create a class called 'Jewellery' Create below static variables: static int goldPrice =...
INHERITANCE: * Inheritance is implemented using the extends keyworrds. * Inheritance in java is...
SQL Query; Example:
Constructor in java **Constructor will not have any return data type** **Constructor is...
Create a class Called PlayGround Create non-static variables as below. int score, balls, catches;...
class Supermarket { int price, discount; //global variables - non-static String product_name;...
Create a class 'Employee' Have main method in it. Inside main method, create an object. Using this...
Input public class Ticket { public static void main(String[]args) { int...
Ques ** 1.Create a class called TV 2.Have below method in it. public void watch() {...
Ques: ** Create a class Library' Have main method in it. Inside main method, create an...
** 1.Create a class Called Player 2.Have main method in it. 3.Inside main method, create an...
Data types refer to the different sizes and values that can be stored in the variable. Two types of...