Which are thin and thicK wrapper Class's in Java?
Answer / reshma
Thin wrapper classes
1)Date
2)Time
3)Timestamp
GORM is a thick mapper around Hibernate 3
| Is This Answer Correct ? | 10 Yes | 0 No |
what is mean by thread lock?
What is comparator in java?
Why singleton class is used in java?
How do I type unicode?
Explain parallel processing in java8?
what is heap memory?
0 Answers Tavant Technologies, Zensar,
What modifiers may be used with a top-level class?
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); } }
Is empty in java?
What is the use of singleton?
What is integers and example?
Can I override protected method in java?