Archived Articles from the Category Java
- Why String has been made immutable in Java? How it helps?
- Memory Leak in Java? Does static cause memory leaks in Java?
- Marker Interfaces in Java: what, why, uses, how to define?
- Why wait, notify, and notifyAll have been defined in Object?
- per-thread Singleton and per-thread DEBUG logging in Java
- Choosing the most specific method in Java - Tricky Overloading
- Initializer Blocks and their possible alternatives in Java
- Static Initialization Blocks - their usage and alternatives in Java
- How to choose a suitable access control modifier in Java?
- Finding caller object, method, class of an instance method in Java
- Can we pass new-line escape seq ('\n') via command line in Java?
- Tricky use of static initializer in Java - Overriding 'println' method
- How to find if a number is a power of 2 or not in Java using bits?
- Binary representation of negative numbers in Java - 2's comp
- Evolution of Java and XML combo. SAX, DOM, JAXP, & JDOM
- Getting the class name from within a static method in Java
- Fixing java.lang.UnsupportedClassVersionError in Java
- finally contd.: another interesting try-catch-finally scenario
- Implementing session of a Web App served by multiple servers
- Ease of Development using new features of Java 5.0 (J2SE 5.0)
- Programming Scenarios for finally in Java and their execution
- Image Processing using Java APIs. Dim, Regions, Thumbnails, etc.
- CGI, Servlets, JSP, JSP Model 1 & JSP Model 2 Architecture
- Pagination Implementation in a JSP? What are the challenges?
- Structural Patterns contd. - Bridge, Facade, Flyweight, & Proxy
- Structural Design Patterns - Adapter, Decorator, & Composite
- How to create ZIP or JAR files programmatically in Java?
- What are the differences between Swing and AWT in Java?
- Creational Design Patterns contd. - Builder & Prototype Patterns
- Creational Design Patterns - Singleton, Factory, & Abstract Fac
- Design Patterns - Types, Numbers, & their suggested Precepts
No comments:
Post a Comment