Why can we not override static method?
No Answer is Posted For this Question
Be the First to Post Answer
What is get () in java?
Which package is always imported by default?
What methods are used in Servlet?Applet communication?
What are the 7 types of characters?
Why hashset is used in java?
take any 4 input numbers. like 2345.. wanted out put is All 16 combinations of the number 2345.. for example- taking input as 4565 output- 5654 4556 4655..
public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }
Write a program to calculate factorial in java?
Can we declare a static variable inside a method?
I dont want to use serialzable in java is there any another concept so plz tell me
Explain with example the concept of constant variable in java.
What is a cup of java?