Increasing Your Knowledge Of Java Standards
Posted by Vaibhav Pandey
Java programming language is very vast programming language,even I must say each and every programming language is very vast. Understanding Java programming language and applying its concept needs the knowledge and skills of Java programming language. I have gone through various important questions during my ride to SCJP. So I have prepared a list of such important questions of Java programming language which will help you not only in understanding the topic but also If you are preparing for SCJP they will be helpful.
Try to answer these questions on your own but if you cannot recall the concept go refer book,any core Java book will do.
Important Core Java Questions :-
1.How many access modifiers a class can use and which are they?
2.What are the Instance variables?
3.What are local variables?
4.What is the default access modifier and how it is different from protected access modifier?
5.Can you ever mark a class as final?
6.Is it true that we can use abstract and final both on same time and same Java entity?
7.What is the IS-A and HAS-A relationship in Java?
8.What is multiple inheritance and how you can implement multiple inheritance in Java?
9.What is the size of compiler generated Java Bytecode?
10.Does Interfaces follow the Inheritance?
11.A subclass can inherit the private member of superclass is this statement true,give reason?
12.What is the bit depth of Boolean variable in Java?
13.What will happen if finally block itself generates an Exception?
14.What is exception propagation?
15.How Inheritance is affected by object serialization?
These are a few questions which I thought as Important.Further there are some references I am giving in order to solve these questions.
About the Author: Vaibhav Pandey got offered employment from an Indian Multinational IT Company. He is 21 years old. He has a huge interest in Java programming and has liked it from his study days. Vaibhav loves to blog and share his experiences and thoughts. He now resides in Lucknow, a state capital in India. Check out his blog at http://javatutorialsworld.blogspot.com.
iEntry 10th Anniversary
Cloud Computing
Certification
Leave a Reply