Can we have this () and super () together?


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

Post New Answer

More Core Java Interview Questions

What do you mean by scope of variable?

0 Answers  


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


How many arguments can a method have java?

0 Answers  


Explain the difference between map and flatmap stream operation?

0 Answers  


Why do I need to declare the type of a variable in java?

0 Answers  






What are the four integer types supported by java?

0 Answers  


What is a 16 bit word?

0 Answers  


What is byte code and why is it important to java’s use for internet programming?

0 Answers  


What is meant by 'bit masking' in java?

0 Answers   DELL,


What is flag in java?

0 Answers  


System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...

2 Answers   FCS, TCS,


How to prevent to create multiple objects of a java class?

3 Answers   ASD Lab, TCS,


Categories