-
-
-
-
-
-
-
-
Java.awt.Color class
the Color class contains some color names as constant variables . but it is twice. what for it.it have two variables like RED and red. what for it. i know that one is for set and get Color.but how the other is used. is it using for ignoring case ?
-
JSP Paging
Hi.. I have developed one web-page which shows ALL employee records fetched from a employee table and display them in my JSP page.It has contain more than 1000's of records. I need to display first 10 Records in my page. There should be some 4 links below the records display which get me to see next 10 records or previous 10 records or first 10 records or Last 10 records. IS it possible in JSP?? Can...
-
Supplying Arguments to Main Method
What is the meaning of supplying string[] args to main method?
-
Inherit Super Class Without Extends Statement
If Object is the super class of all classes, how it is inherited without extends statement?
-
WeakHashMap
Explain how a WeakHashMap works?
-
Directories usage information.
Explain the purpose of 'JDK','JRE',LIB' directories.
-
Realtime J2EE Project Code Standard
What are the code standard used in J2EE project in real time?
-
How does an object knows if some change happens in its base class?
For example:
Class A created with method m1() and its object created in various other files. later m1() changed to m2() and class has added some more public variable. Now question is how does object created in other files came to know about this change happened in its class.
Is Object Listener linked to this question??? -
-
Dynamic Polymorphism
Write a program for dynamic polymorphism without using method overriding?
-
-
-
Inner Class
Can we decalre java inner class as private and protected?
If yes....please explain
If No....please explain
Core Java Interview Questions
Ans