Community Sites
Create your own community website and start earning today !
It's Free !
 
Communities Members BookmarksPolls Fresher Jobs Funny Photos B.Tech Projects New Member FAQ  



My Profile
Active Members
TodayLast 7 Days more...



Awards & Gifts
Online Exams

Fresher Jobs


Our fresher job section is exclusively for fresh graduates! Find jobs for freshers in major Indian cities including Bangalore, Chennai, Hyderabad, Pune or Kochi

Resources


Find educational articles, blogs, discussion threads and other resources.

Colleges


Find details about any college in India or search for courses.

website counter




Java Interview Questions with Answers - Set 1


Posted Date: 09 Feb 2008    Resource Type: Articles/Knowledge Sharing    Category: General

Posted By: Bala       Member Level: Diamond
Rating:     Points: 4



Java Interview Questions with Answers - Set 1

What is a transient variable ?
Ans :A transient variable is a variable that may not be serialized. .
Which containers use a border Layout as their default layout?
Ans :The window, Frame and Dialog classes use a border layout as their default layout..

Why do threads block on I/O ?
Ans :Threads block on i/o (that is enters the waiting state) so that other threads may execute while the i/o Operation is performed..

How are Observer and Observable used ?
Ans :Objects that subclass the Observable class maintain a list of observers. When an Observable object is updated it invokes the update() method of each of its observers to notify the observers that it has changed state. The Observer interface is implemented by objects that observe Observable objects..

What is synchronization and why is it important ?
Ans :With respect to multithreading, synchronization is the capability to control the access of multiple threads to shared resources. Without synchronization, it is possible for one thread to modify a shared object while another thread is in the process of using or updating that object's value. This often leads to significant errors..

Can a lock be acquired on a class ?
Ans :Yes, a lock can be acquired on a class. This lock is acquired on the class's Class object...

What's new with the stop(), suspend() and resume() methods in JDK 1.2?
Ans :The stop(), suspend() and resume() methods have been deprecated in JDK 1.2..

Is null a keyword?
Ans :The null value is not a keyword..

What is the preferred size of a component?
Ans :The preferred size of a component is the minimum component size that will allow the component to display normally..

What method is used to specify a container's layout?
Ans :The setLayout() method is used to specify a container's layout..

Which containers use a FlowLayout as their default layout?
Ans :The Panel and Applet classes use the FlowLayout as their default layout..

What state does a thread enter when it terminates its processing?
Ans :When a thread terminates its processing, it enters the dead state




Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
(No tags found.)

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: ASP.NET Interview Questions with Answers - Set 6
Previous Resource: Java Interview Questions with Answers - Set 2
Return to Discussion Resource Index
Post New Resource
Category: General


Post resources and earn money!
 
Related Resources

Watch TV Channels



Contact Us    Editors    Privacy Policy    Terms Of Use   

SpiderWorks Technologies Pvt Ltd. 2006 - 2007 All Rights Reserved.