<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-7541609230628154546</atom:id><lastBuildDate>Fri, 13 Sep 2024 06:23:13 +0000</lastBuildDate><category>Core java questions</category><category>Java interview questions</category><category>examinations question</category><category>java</category><category>java exam question</category><category>java questions of 2009.</category><category>questions for java examination</category><title>JAVA QUESTIONS</title><description>Core java questions and Java interview questions</description><link>http://thejavaquestions.blogspot.com/</link><managingEditor>noreply@blogger.com (CURRENT PHOTO CONTEST)</managingEditor><generator>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7541609230628154546.post-8273090774935372783</guid><pubDate>Tue, 20 Jan 2009 02:04:00 +0000</pubDate><atom:updated>2009-01-19T18:06:23.057-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core java questions</category><category domain="http://www.blogger.com/atom/ns#">Java interview questions</category><title>JAVA INTERVIEW QUESTIONS</title><description>Core java questions and Java interview questions</description><link>http://thejavaquestions.blogspot.com/2009/01/java-interview-questions.html</link><author>noreply@blogger.com (CURRENT PHOTO CONTEST)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7541609230628154546.post-6423499577122184756</guid><pubDate>Sat, 17 Jan 2009 08:36:00 +0000</pubDate><atom:updated>2009-01-17T01:24:52.483-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">examinations question</category><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">java exam question</category><category domain="http://www.blogger.com/atom/ns#">java questions of 2009.</category><category domain="http://www.blogger.com/atom/ns#">questions for java examination</category><title>Java Questions to increase your knowledge base</title><description>&lt;div style=&quot;text-align: center; font-weight: bold; color: rgb(51, 102, 102);&quot;&gt;Java Questions to increase your knowledge base&lt;br /&gt;__________________________________________&lt;br /&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;1.    What are the main features of java?&lt;br /&gt;&lt;br /&gt;2.    How java is different from C++.&lt;br /&gt;&lt;br /&gt;3.    Why java is called purely object oriented programming or OOP?&lt;br /&gt;&lt;br /&gt;4.    What is byte code and how it helps the portability of java programming language?&lt;br /&gt;&lt;br /&gt;5.    Why java is called strongly typed language?&lt;br /&gt;&lt;br /&gt;6.    What are primitive data types?&lt;br /&gt;&lt;br /&gt;7.    Explain java class loaders? Explain dynamic class loading?&lt;br /&gt;&lt;br /&gt;8.    What is an abstract class? Give example&lt;br /&gt;&lt;br /&gt;9.    What are singleton classes? Give example&lt;br /&gt;&lt;br /&gt;10.    What are anonymous classes? Give example&lt;br /&gt;&lt;br /&gt;11.    What are wrapper classes in java? Give example&lt;br /&gt;&lt;br /&gt;12.    What do you mean by immutable classes in Java? Give example&lt;br /&gt;&lt;br /&gt;13.    Define access modifiers&lt;br /&gt;&lt;br /&gt;14.    What is a constructor? Why do we overload a constructor&lt;br /&gt;&lt;br /&gt;15.    What is copy constructor? Why do we need it&lt;br /&gt;&lt;br /&gt;16.    What is difference between constructor and method&lt;br /&gt;&lt;br /&gt;17.    What is a Meta class? Cite suitable example&lt;br /&gt;&lt;br /&gt;18.    What is a package? Why do we need it&lt;br /&gt;&lt;br /&gt;19.    Define Encapsulation&lt;br /&gt;&lt;br /&gt;20.    Define Inheritance?&lt;br /&gt;&lt;br /&gt;21.    What are the advantages of inheritance?&lt;br /&gt;&lt;br /&gt;22.    Explain inheritance and composition with example&lt;br /&gt;&lt;br /&gt;23.    What is difference between composition and aggregation&lt;br /&gt;&lt;br /&gt;24.    What is an interface and its use&lt;br /&gt;&lt;br /&gt;25.    Define polymorphism&lt;br /&gt;&lt;br /&gt;26.    What is difference between overloading and overriding? Give example&lt;br /&gt;&lt;br /&gt;27.    What is casting&lt;br /&gt;&lt;br /&gt;28.    What is final, finalize () and finally? OR What is difference between final, finalize () and finally?&lt;br /&gt;&lt;br /&gt;29.    What is the use of “this” and “super” keywords?&lt;br /&gt;&lt;br /&gt;30.    What is serialization? What is transient variable?&lt;br /&gt;&lt;br /&gt;31.    What is java collection framework&lt;br /&gt;&lt;br /&gt;32.    What is difference between an ArrayList and a Vector?&lt;br /&gt;&lt;br /&gt;33.    What is difference between Hashmap and Hashtable?&lt;br /&gt;&lt;br /&gt;34.    What is difference between a string and a string buffer class?&lt;br /&gt;&lt;br /&gt;35.    How does java allocate stack and heap memory? Explain re-entrant, recursive and idempotent methods/functions?&lt;br /&gt;&lt;br /&gt;36.    Explain Outer and Inner classes in java? When will you use an Inner class?&lt;br /&gt;&lt;br /&gt;37.    What is a singleton pattern? How do you code it in java?&lt;br /&gt;&lt;br /&gt;38.    What is factory pattern?&lt;br /&gt;&lt;br /&gt;39.    What do you mean by streams in java?&lt;br /&gt;&lt;br /&gt;40.    What is difference between Stream Tokeni&lt;br /&gt;zer and String Tokenizer?&lt;br /&gt;&lt;br /&gt;41.    What is the purpose of Stream Tokenizer and why it is used? Explain.&lt;br /&gt;&lt;br /&gt;42.    What is Buffered Reader class? Explain.&lt;br /&gt;&lt;br /&gt;43.    What is difference between process and thread?&lt;br /&gt;&lt;br /&gt;44.    What are the different ways of creating threads in java?&lt;br /&gt;&lt;br /&gt;45.    Explain Thread life cycle in java.&lt;br /&gt;&lt;br /&gt;46.     How threads are interrupted in java? Explain.&lt;br /&gt;&lt;br /&gt;47.    What is Thread prioritization? How it is done in java&lt;br /&gt;&lt;br /&gt;48.    What is the significance of join () and alive () method in java?&lt;br /&gt;&lt;br /&gt;49.    What is the significance of sleep () and yield () methods in java?&lt;br /&gt;&lt;br /&gt;50.    What is difference between notify () and notifyAll () method of the object class?&lt;br /&gt;&lt;br /&gt;51.    What do you mean by synchronization? How java handles the synchronization problem in concurrent programming.&lt;br /&gt;&lt;br /&gt;52.    When you will synchronize a piece of your code?&lt;br /&gt;&lt;br /&gt;53.    What are exceptions in java? For what purpose they are used?&lt;br /&gt;&lt;br /&gt;54.    What is difference between exception and error?&lt;br /&gt;&lt;br /&gt;55.    What is user defined exceptions in java. Give example.&lt;br /&gt;&lt;br /&gt;56.    What do you mean by checked (compile time) and unchecked (runtime) exception? Give examples&lt;br /&gt;&lt;br /&gt;57.    What is difference between throw and throws clause?&lt;br /&gt;&lt;br /&gt;58.    Give any three runtime exception classes available in the java language API.&lt;br /&gt;&lt;br /&gt;59.    What are exception stack traces in java? Give examples of some of the stack traces provided by the java language API.&lt;br /&gt;&lt;br /&gt;60.    What is garbage collection and how to call it explicitly?&lt;br /&gt;&lt;br /&gt;61.    What do you know about the java garbage collection? When the garbage collection does occur?&lt;br /&gt;&lt;br /&gt;62.    Explain different types of references in java?&lt;br /&gt;&lt;br /&gt;63.    What is a Socket? How do you facilitate inter process communication in java?&lt;br /&gt;&lt;br /&gt;64.    What is the main difference between pass-by-reference and pass-by-value?&lt;br /&gt;&lt;br /&gt;65.    Explain the java I/O streaming concept and the use of decorator design pattern in java I/O?&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;More Questions will be added soon...  keep watching this blog.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://thejavaquestions.blogspot.com/2009/01/java-questions-for-your-increase-your.html</link><author>noreply@blogger.com (CURRENT PHOTO CONTEST)</author><thr:total>0</thr:total></item></channel></rss>