You are not logged in [login] | [register]

you are here: home » computers & internet » programming

SEARCH FOR A FEED

Google
Web RSSMad.com

Searching 190901 articles in 8938 feeds.

RSS CATEGORIES

TELL A FRIEND

Do you like RSS MAD? Why not spread the news and tell a friend about it - it's as easy as filling out this form!

Google Blog Search: java queries blogurl:java-queries.blogspot.com

added: Wed, 23rd August 2006 | 460 views | 1x in favourites
feed url: http://search.blogger.com/blogsearch_feeds?as_q=java+qu...

Complete java interview questions library

Latest feed entries:

Java Basics 1.The Java interpreter is used for th...

Java Basics 1.The Java interpreter is used for the execution of the source code. True False Ans: a. 2) On successful compilation a file with the class extension is created. a) True b) False Ans: a. 3) The Java source code can be created ...

What is the difference between C++ and Java? 1. Java does not ...

Java does not support multiple inheritances because it causes more problems than it solves. Instead Java supports multiple interface inheritance, which allows an object to inherit many method signatures from different interfaces with ...

Tell me about JSP best practices? Separate HTML code from the Java ...

Separate HTML code from the Java code: Combining HTML and Java code in the same source code can make the code less readable. Mixing HTML and scriplet will make the code extremely difficult to read and maintain. The display or behaviour ...

Q: What is difference between jvm and a interpreter ? Acronym for ...

Acronym for Java Virtual Machine. An abstract computing machine, or virtual machine, JVM is a platform-independent execution environment that converts Java bytecode into machine language and executes it. ...

Ways to connect to a Database A Java application ...

A Java application can have multiple connections to multiple data sources at the same time using multiple Connection objects. A Connection object can be obtained by a Java application in two ways: through a DriverManager class or ...

Where and how can you use a private constructor? Private ...

Private constructor is used if you do not want other classes to instantiate the object. The instantiation is done by a public static method within the same class. 1. Used in the singleton pattern. (Refer Q45 in Java section). ...

What is the difference between final, finally and finalize() in ...

Should not be used to release non-memory resources like file handles, sockets, database connections etc because Java has only a finite number of these resources and you do not know when the garbage collection is going to kick in to ...

What are some of the best practices relating to Java collection? 1 ...

What are some of the best practices relating to Java collection? 1. Use ArrayLists, HashMap etc as opposed to Vector, Hashtable etc, where possible to avoid any synchronization overhead. Even better is to use just arrays where possible. ...

What is serialization? How would you exclude a field of a class ...

An object is marked serializable by implementing the java.io.Serializable interface, which is only a marker interface -- it simply allows the serialization mechanism to verify that the class can be persisted, typically to a file. ...

ADD A FEED

Is RSS MAD missing something? Tell us about new feeds here.