How can we create an immutable class in java?
No Answer is Posted For this Question
Be the First to Post Answer
Explain OOPs concept.
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..
What purpose do the keywords final, finally, and finalize fulfill?
What is indexof?
What are 3 boolean operators?
What a static class can contains?
Can size_t be negative?
1).what is the difference between below examples String s="vijay"; String s=new String("vijay");
12 Answers Mascon, Satyam, TCS,
What is 3-tier model?
How do you sort in descending order in java using collections sort?
int a=1; float b=1.0; System.out.println(a==b);
13 Answers CTS, Honeywell, McAfee,
Is math class static in java?