Java Tips Pdf
http://www.mediafire.com/?3uufaxx8acf021f
This blog is about "Know how's & Troubleshooting of JAVA programming Language" if U have any queries regarding java? ask us U are welcomed to ask & Share.
Tuesday, October 26, 2010
Monday, October 11, 2010
Topic: Java Interview Collections 8?
71. What is durable subscription
In a JMS publish/subscribe messaging system, a
subscription that continues to exist whether or not
there is a current active subscriber object. If there
is no active subscriber, the JMS provider retains the
subscription's messages until they are received by the
subscription or until they expire.
In a JMS publish/subscribe messaging system, a
subscription that continues to exist whether or not
there is a current active subscriber object. If there
is no active subscriber, the JMS provider retains the
subscription's messages until they are received by the
subscription or until they expire.
Sunday, October 10, 2010
Topic: Java Interview Collections 7?
61. What is declaration
The very first thing in an XML document, which
declares it as XML. The minimal declaration is . The
declaration is part of the document prolog.
62. What is declarative security
Mechanisms used in an application that are expressed
in a declarative syntax in a deployment descriptor
The very first thing in an XML document, which
declares it as XML. The minimal declaration is . The
declaration is part of the document prolog.
62. What is declarative security
Mechanisms used in an application that are expressed
in a declarative syntax in a deployment descriptor
Monday, September 13, 2010
Topic: Java Collection Interview Question 6 ?
Java Interview Questions
What is a platform?
A platform is the hardware or software environment in which a program runs. Most platforms can be described as a combination of the operating system and hardware, like Windows 2000/XP, Linux, Solaris, and MacOS.
--------------------------------------------------
What is the main difference between Java platform and other platforms?
The Java platform differs from most other platforms in that it's a software-only platform that runs on top of other hardware-based platforms.
The Java platform has two components:
*The Java Virtual Machine (Java VM)
*The Java Application Programming Interface (Java API)
The Java platform differs from most other platforms in that it's a software-only platform that runs on top of other hardware-based platforms.
The Java platform has two components:
*The Java Virtual Machine (Java VM)
*The Java Application Programming Interface (Java API)
Subscribe to:
Posts (Atom)