how we can make a write-only class in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;

17 Answers   Honeywell,


What is mutable object and immutable object?

0 Answers  


how an we achive multiple inhetitance in java using interface..??

2 Answers  


Can we override constructor?

0 Answers  


why the equals method can be override?when we override the equals method?

5 Answers  


What is enhanced loop in java?

0 Answers  


Can we catch more than one exception in single catch block?

0 Answers  


How many bits is a 64 bit byte?

0 Answers  


How do you achieve singleton?

0 Answers  


What is difference between arraylist and list in java?

0 Answers  


what is collections in java?

4 Answers  


There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation

1 Answers   ABC, KPIT,


Categories