What is classes in java?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference b/w PUT and POST method to send data to the server
Does list allow duplicates in java?
Is integer passed by reference in java?
Does java list allow null?
Is age discrete or continuous?
What is string substring?
10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }
Mention a package that is used for linked list class in java.
What is the difference between this() and super()?
program to find 25 square = 625 here the 625 of last two digits is equal to 25, i don't know excatly what this type of number is called
Is c better than java?
Can we make constructors static?