How will you compute size of a structure?


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

Post New Answer

More Core Java Interview Questions

What do heavy weight components mean in java programming?

0 Answers  


How is java hashmap implemented?

0 Answers  


can we create object for static class in java

14 Answers   IAP Company, IBM, Marlabs, mPortal, TCS,


How do you check if two given string are anagrams?

0 Answers  


What does string [] args mean?

0 Answers  






How do you use equal in java?

0 Answers  


What does a za z0 9 mean?

0 Answers  


Can we have two methods in a class with the same name?

0 Answers  


84. try { 85. ResourceConnection con = resourceFactory.getConnection(); 86. Results r = con.query(”GET INFO FROM CUSTOMER”); 87. info = r.getData(); 88. con.close(); 89. } catch (ResourceException re) { 90. errorLog.write(re.getMessage()); 91. } 92. return info; Which is true if a ResourceException is thrown on line 86? 1 Line 92 will not execute. 2 The connection will not be retrieved in line 85. 3 The resource connection will not be closed on line 88. 4 The enclosing method will throw an exception to its caller.

1 Answers  


What is the smallest package in Java API?

5 Answers   iGate,


Which class should you use to obtain design information about an object

2 Answers  


In which way does a Primitive data type is passed ?

5 Answers   Sun Microsystems,


Categories