Programming Java threads in the
real world, Part
7 - JavaWorld -
April 1999
Programming Java threads in the
real world, Part
7 - JavaWorld -
April 1999 |
Singletons vs.
class (un)loading - JavaWorld - May
1998
Singletons vs.
class (un)loading - JavaWorld - May
1998 |
Build your own
caching mechanisms with volatile
collections - JavaWorld June 1999
Build your own
caching mechanisms with volatile
collections - JavaWorld June 1999 |
Java Tip 76: An alternative to the deep copy technique
Java Tip 76: An alternative to the deep copy technique |
Static class declarations
Static class declarations |
Smart object-management saves the
day - JavaWorld November 1999
Smart object-management saves the
day - JavaWorld November 1999 |
Java Tip 84: Customize
scoping with object keys - JavaWorld
Java Tip 84: Customize
scoping with object keys - JavaWorld |
Create forward-compatible beans in EJB,
Part 2 - JavaWorld January
2000
Create forward-compatible beans in EJB,
Part 2 - JavaWorld January
2000 |
Building a Java servlet framework
using reflection, Part 2 - JavaWorld February 2000
Building a Java servlet framework
using reflection, Part 2 - JavaWorld February 2000 |
C#: A language alternative or just J--?, Part 2 - JavaWorld December 2000
C#: A language alternative or just J--?, Part 2 - JavaWorld December 2000 |
When is a Singleton not a
Singleton? - JavaWorld January 2001
When is a Singleton not a
Singleton? - JavaWorld January 2001 |
The basics of Java class loaders
The basics of Java class loaders |
Object-oriented
language basics, Part
7
Object-oriented
language basics, Part
7 |
Take control with the Proxy design pattern
Take control with the Proxy design pattern |
Axis-orizing objects for SOAP
Axis-orizing objects for SOAP |
Simply
Singleton
Simply
Singleton |
Good, but
obsolete
Good, but
obsolete |
Very
interesting
Very
interesting |
Nested Classes, Part 1
Nested Classes, Part 1
The concept of nesting a class within another class or method presents unique issues not found elsewhere in object-oriented programming. |
Core Java Interview Questions!
Core Java Interview Questions!
Core Java Interview Questions
Question: What is transient variable?
Answer: Transient variable can't be serialize. For example if a variable is declared as transient in a Serializable class and the class is written |
|
|