Q&A Categories

Interests

Write the Java code to declare any constant (say gravitational constant) and to get its value?

Write the Java code to declare any constant (say gravitational constant) and to get its value? Class ABC{static final float GRAVITATIONAL_CONSTANT = 9.8;public void getConstant(){system.out.println("Gravitational_Constant:...

Answers No Answers In: Interests By: claire [1 Grey Star Level] Sep 7, 2010

What restrictions are placed on method overloading?

What restrictions are placed on method overloading? Two methods may not have the same name and argument list but different return types.'

Answers No Answers In: Interests By: Anu [ Grey Star Level] Sep 1, 2010

What restrictions are placed on method overriding?

What restrictions are placed on method overriding? Overridden methods must have the same name, argument list, and return type. The overriding method may not limit the access of the method it overrides....

Answers No Answers In: Interests By: neha [ Grey Star Level] Sep 1, 2010

What kind of books & other publications do you read?

What kind of books & other publications do you read? '

Answers No Answers In: Interests By: faiz [ Grey Star Level] Sep 1, 2010

What is the serialization?

What is the serialization? The serialization is a kind of mechanism that makes a class or a bean persistence by having its properties or fields and state information saved and restored to and from storage.'

Answers No Answers In: Interests By: priyanka [ Grey Star Level] Aug 30, 2010

What is the purpose of finalization?

What is the purpose of finalization? The purpose of finalization is to give an unreachable object the opportunity to perform any cleanup processing before the object is garbage collected.'

Answers No Answers In: Interests By: nitin [ Grey Star Level] Aug 29, 2010

What is the Resource Bundle class?

What is the Resource Bundle class? The ResourceBundle class is used to store locale-specific resources that can be loaded by a program to tailor the program's appearance to the particular locale in...

Answers No Answers In: Interests By: yogesh [ Grey Star Level] Aug 29, 2010

What is the difference between the Reader/Writer class hierarchy and the Input Stream/Output Stream

What is the difference between the Reader/Writer class hierarchy and the Input Stream/Output Stream class hierarchy? The Reader/Writer class hierarchy is character-oriented, and the InputStream/OutputStream...

Answers No Answers In: Interests By: rakesh [ Grey Star Level] Aug 27, 2010

What is the difference between Serializalble and Externalizable interface?

What is the difference between Serializalble and Externalizable interface? When you use Serializable interface, your class is serialized automatically by default. But you can override writeObject() and...

Answers No Answers In: Interests By: bipin [ Grey Star Level] Aug 26, 2010

What is synchronization and why is it important?

What is synchronization and why is it important? With respect to multithreading, synchronization is the capability to control the access of multiple threads to shared resources. Without synchronization,...

Answers No Answers In: Interests By: ravi [ Grey Star Level] Aug 23, 2010

Didn't find what you were looking for?

Add your Question to the site.

You must be Logged In to Add a Question.

Not a member yet? Sign Up Now »

Star Points Scale

Earn points for Asking and Answering Questions!

Grey Sta Levelr [1 - 25 Grey Star Level]
Green Star Level [26 - 50 Green Star Level]
Blue Star Level [51 - 500 Blue Star Level]
Orange Star Level [501 - 5000 Orange Star Level]
Red Star Level [5001 - 25000 Red Star Level]
Black Star Level [25001+ Black Star Level]