|
|
|
1000 Java Tips ebook
|
|
 

Free "1000 Java Tips" eBook is here! It is huge collection of big and small Java
programming articles and tips. Please take your copy here.
Take your copy of free "Java Technology Screensaver"!. |
|
Latest changes in Java Topics

· Topic: General Java
· Total News: 179
· Total Reads: 890643
|
'else' Not Required
Abstract classes vs Interfaces: main differences
Advanced Installer for Java 1.7 Released
All String Handling in Java here!
alt.lang.jre: Get to know Jython
Analyst's Soapbox: A nasty wake-up call for J2EE
Annotations in Tiger (J2SE 5.0)
Any idea how to lock a Session ID? Ho to prevent its usage again?
Are classes implementing Externalizable considered Serializable classes?
Array vs ArrayList vs LinkedList vs Vector: an excellent overview and examples
ArrayList vs. LinkedList
Autoboxing
Build distributed object management frameworks for J2EE apps
Can .Net And Java Be Friends?
Can I can force finalization using System.runFinalization()?
Can I convert my Delphi code to Java?
Can I convert Visual Basic code to Java?
Can I use try/catch block to control program flow? Will it affect program perfor
Can Java communicate with ActiveX objects?
Can the JavaHelp software run in a non-Java application, such as a C++ applicati
Can we just try without catch? Yes!
Can you tell me about ''100 Percent Pure Java Certification Program ''.
Cellular Automata and Music Using Java
Concurrency in JDK 5.0 Tutorial
Could you tell me about chain exceptions?
Data Management in J2EE Apps
Design Skinnable Java UIs with Native Performance
Develop Contact Center Telecom Applications
Do you know about ''Full Speed Debugging'' and "HotSwap'' Class File Replacem
Fail Early, Fail Often
Fixing the Java Memory Model, Part 2
For example I use some collection and method put() which has return type Object.
Free article on BigDecimal arithmetic
How can I check CLASSPATH variable on my OS?
How can I completely clean up my Windows XP from Microsoft JVM before I install
How can I convert any Java Object into byte array? And byte array to file object
How can I in Java convert this string 23AB to its hexadecimal representation 323
How can I install my Java program as a NT service?
How can I use the new error-reporting mechanism in JVM?
How can my application know how many CPUs work in a system?
How do I compare two dates and times, date between dates, time between times and
How do I increase the level of debugging information displayed in the Java Conso
How do I increase the level of debugging information displayed in the Java Conso
How is a multidimensional array stored in Java? Is it different from C?
How is JavaSpaces technology different from databases?
How to open, read, write, close file(s) in Java? Examples on move, rename and de
How to unsign signed bytes in Java - your guide is here
How unique serialVersionUID must be? Is not it enough with default one?
I am getting ''OutOfMemoryError''. How do I prevent such memory leaks?
I am getting ''StackOverflowError'' error...
I am starting with Java now.. Could you point me some simple tool that can check
I do not like to write JavaDocs, I need some tool to help me...
I found that in Java API (when looked at v1.4.2) exist ''PrivilegedExceptionActi
I have a method that names something like this - public String doSmth()...
I have an application which can be run using 64 bit JNI libraries, or 32 bit lib
I have two String arrays: array A and array B. Now I want to get the elements of
I have written a small Java web server. I want to delete (replace) a class that
I heard many times from Java lectors: ''If you are interested how new feature wa
I just looked at Java Web Services Developer Pack (Java WSDP) and found that it
I know that exist many Java compilers, not only ''javac'' from SUN :-)
I know that Hashmap implementation is not synchronized. How can I synchronize it
I like JBuilder very much. Just one thing - mouse wheel is not supported...
I need to do a lot of technical computing in my Java programs. Could you advic
I need to program ''xyz'' math function. Where can I find code examples?
I often do mistakes when write my JavaDoc comments. Do you know a tool to avoid
I often hear something like this ''daemon runs'' or ''how to make my own daemon'
I read that in the Java (version 1.4.x) reflection implementation has been optim
I see that in Java a lot of Class loaders: bootstrap, extension, system, context
I show you now a class in Java which has no public constructor!
I tried to send Ctrl+Alt+Del key code to system from my class, but it does not w
I try to call the Runtime.exec() command by passing it an array of strings.
I use an old Java Tool from SUN. Today I read that SUN started End Of Life Proce
I use logging in my application... The problem is that I am opening the PrintWri
I want to create a logging system that handles the user, database, application s
I want to use COM component from Java. How can I get an access to the COM interf
I was considering an installation of java application on a new computer without
I was looking at java.util.Timer class and there is no possibility to cancel an
I was testing the new J2RE 1.4.2 for compatibility with our programs (written on
I would like to create a class that can execute jscripts. Does any one know if t
IBM releases free 2003 Software Evaluation Kit
IBM Security Providers: An Overview
If I turn off daylight saving during an installation of Windows XP then Java run
if Statement - Overview
If we write integer or double through Java in a file then the bit pattern for ea
In Ukraine first day of week is Monday but not Sunday
Interesting fact:
Interfaces in Java: Very easy to read overview
Intro to Java Tutorial
Introduction to Jena
Is it something new in J2SE 1.4.1?
Is it true that java.nio package name (I mean NIO part) means ''New Input/Output
Is there any way to keep an object from being collected by Garbage Collector?
It is not a big secret that file system in Java looks like UNIX file system. It
Iterator vs Enumeration?
Java 2 Platform and JAAS Authorization Architectures
Java Bytecode Engineering with BCEL
Java Calendar and Date: good to know facts and code examples
Java certification success, Part 1: SCJP
Java encapsulation gotchas
Java Message Service Tutorial
Java Message Service Tutorial
Java Shared Classes
Java theory and practice: State replication in the Web tier
Java Virtual Machine
Java vs .NET
Java: History of Java
Java: Strength
Java: Weaknesses
JDK 5.0: More Flexible, Scalable Locking
JMS Application Changes Under J2EE 1.4
Microsoft heed a key lesson learned or suffer the consequences
My application runs much slower with 1.3/1.4 when compared with the 1.2 Producti
My application uses just one class from big jar file. Does the entire jar file g
My Java application is for system with small memory. How to get the system's fre
My program creates a huge number of objects dynamically and even more inside eac
NetBeans 4.1 Early Access Release Now Available
New Daylight Saving rules in USA and Java?
News: New site about Java for robots and robotics: both software and hardware.
Object-Relation Mapping without the Container
Open Source J2EE 1.4 gets Sun green light
Orchestrating Grid Workloads w/ Tivoli
Our server (Solaris) accept a socket when got a request. Why can we only create
PHP To Challenge J2EE and .NET
Portal Apps Tutorial w/ Websphere and Struts
Portlets with FacesClient Components
Question: Do exist non SUN's, freeware implementations of essential libraries fo
Question: How do I find out how long the JVM has been running?
Question: What is difference between add() and addElement() in Vector?
Question: What is difference between sets and lists?
Question: What is difference between sets and lists?
Question: what is fail-fast iterator in Java?
Quickly create Secure Portals with Java-based framework
Replacing Reflection with Code Generation
Serialize Java Object to file? How can I store and retrieve serialized objects t
News: softSCJD released
Sun revokes FreeBSD's Java licence
Sun To Tighten NetBeans 4.1 and Java in 2005
Synchronized is implementation detail
Ternary operation or operator in Java: what is that?
The beta release of J2SE 1.5 is scheduled for late 2003. I have heard that there
The clear-Method in the java.util.Calendar-Class doesnt behave like I suggest.
The On Demand Operating Environment
Transforming JFrame Windows with IFrame
Unclogging Server Bottlenecks w/ Active Containers
Using Aspect-Oriented Programming to Maintain Legacy Java Apps
Webcast: Team Unifying Platform Ensures Interoperability
What are additional types of GC do exist in the J2SE platform, version 1.4.2?
What audio and video formats does the Java Media Framework support?
What can I do if some programming language has no methods to interact with Java
What does mean "Lists (like Java arrays) are zero based."?
What does mean ''internalization'' for me when I design my program and where sho
What does mean term ''peer'' and what can I do with it if I use getPeer() in Com
What is date of Java birthday?
What is difference between Hashmap and Hashtable?
What is difference between RMI and Java Messaging? And between email and Java me
What is difference between the for(;;) and while(true)?
What is Java Space technology?
What is meant by persistence?
What is relation between JAXP and Xerces?
What is the maximum number of dimensions that a Java array can take?
What is young generation in GC(Garbage Collector)?
What type of garbage collection does a System.gc() do?
When do I need to use reflection?
When do I to choose an abstract class over an interface?
When does garbage collection performance matter to the user?
When I running Runtime.exec(...), I get a Process object. I want serialize it to
Where can I find sample code for J2EE guidelines, patterns, and code for end-to-
Where is MS Java Virtual Machine stored in IE? I would like to take them away...
Which Collection should I use in my Java program? Part 1. Hashtable vs hashmap?
Whizlabs Acquires INESystems, Maintains Lead in the J2EE Domain
Whizlabs Upgrades its SCMAD (J2ME Certification) Exam Simulator
Whizlabs Upgrades its SCWCD 1.4 (J2EE Certification) Exam Simulator
Why do I see the attribute in a derivative class? I can not access it anyway!
Why I can not compile it:
Why is Runtime.runFinalizersOnExit deprecated?
Why Java does not use default value which it should?
Why Java Hot Spot Compiler has the name - Hot Spot?
With 1.3.1 we got 4GB heaps on Solaris, why can't I get this to work on Windows?
World’s first SCBCD certification exam simulator launched by Whizlabs
|

· Topic: Java Lessons by Jon Huhtala
· Total News: 50
· Total Reads: 678890
|
Java Lesson 37: Menus and submenus
Java Lesson 38: The WindowListener interface and the WindowAdapter class
Java Lesson 39: An introduction to GridBagLayout
Java Lesson 40: An introduction to the Java Collections API
Java Lesson 41: Exception handling with try, catch, and finally blocks
Java Lesson 42: Claiming and throwing exceptions
Java Lesson 43: Multithreading, the Thread class, and the Runnable interface
Java Lesson 44: An introduction to I/O and the File and FileDialog classes
Java Lesson 45: Low-level and high-level stream classes
Java Lesson 46: Using the RandomAccessFile class
Java Lessons by Jon Huhtala: Update
The Java Lesson 10: for, while, and do-while statements
The Java Lesson 11: Using break and continue
The Java Lesson 12: Class methods and how they are called
The Java Lesson 13: Using the Math class
The Java Lesson 14: Creating and calling custom class methods
The Java Lesson 15: Overloading class methods
The Java Lesson 16: An introduction to objects and object references
The Java Lesson 17: The String class
The Java Lesson 18: The StringBuffer class
The Java Lesson 19: Initializing and processing arrays of primitives
The Java Lesson 1: What is Java?
The Java Lesson 20: Initializing and processing arrays of objects
The Java Lesson 23: Inheritance and overriding inherited methods
The Java Lesson 24: abstract classes and polymorphism
The Java Lesson 25: Interfaces, instanceof, and object conversion and casting
The Java Lesson 26: Introduction to graphical programming and the java.awt packa
The Java Lesson 27: The Component class
The Java Lesson 28: Containers and simple layout managers
The Java Lesson 29: The Color and Font classes
The Java Lesson 2: Anatomy of a simple Java program
The Java Lesson 2: Anatomy of a simple Java program, page 2
The Java Lesson 30: Drawing geometric shapes
The Java Lesson 31: Choice, List, and Checkbox controls
The Java Lesson 32: Using the Scrollbar graphical control
The Java Lesson 33: Menus and submenus
The Java Lesson 34: An introduction to applets and the Applet class
The Java Lesson 35: Essential HTML to launch an applet and pass it parameters
The Java Lesson 36: Mouse event processing
The Java Lesson 3: Identifiers and primitive data types
The Java Lesson 3: Identifiers and primitive data types. Page 2
The Java Lesson 4: Variables, constants, and literals
The Java Lesson 5: Arithmetic operations, conversions, and casts
The Java Lesson 6: Boolean expressions and operations
The Java Lesson 7: Bitwise operations with good examples, click here!
The Java Lesson 7: Bitwise operations with good examples, click here! Page 2
The Java Lesson 7: Bitwise operations with good examples, click here! Page 3
The Java Lesson 7: Bitwise operations with good examples, click here! Page 4
The Java Lesson 8: Flow control with if and else
The Java Lesson 9: switch statements
|

· Topic: Java Test
· Total News: 0
· Total Reads: 0
|
There are no articles to display |

· Topic: Java Tools
· Total News: 157
· Total Reads: 425901
|
A free,new,unique and advanced Java IDE
A Java implementation of BEEP (Blocks Extensible Exchange Protocol)
A utility for entering the Indian scripts
Abstract User Interface Markup Language Toolkit
Adding JRuby to your Java Toolbox
Advanced Installer For Java 1.8 Released
Advanced Installer For Java 4.0 Released
Advanced Installer for Java v1.9 Released
Advanced Installer for Java v2.2 Released
Advanced Installer for Java v2.5 Released
Advanced Installer For Java v2.6 Released
Advanced Pattern Search Toolkit for Sequential Data
AgentFX 2.1 released
Allatori Java Obfuscator
Allatori Java Obfuscator
An XML-based mark-up language for telephony call control.
An XML-driven debugging automation tool for Java
Application Privacy Monitoring for JDBC
BFO and Columbia University have great Chemistry
BFO boosts its portfolio with Java PDF Viewer
Build highly decoupled systems with the power of static crosscutting
Build intelligent Java agents using machine reasoning
Build your own Servlet-based Web server, with nonblocking I/O
Bytecode offers a glimpse into application performance
C10k problem solved with AIO4J's Java IO alternative
Cache Invalidation Adapter for WebSphere Application Server
Can I use system provided random numbers generators when I run my Java program o
Class Finder Toolkit for Websphere Application Server
Client-and server-side templating with Velocity
CodeRuler: Medieval Java Training Game
Create a portable Web service in multiple J2EE environments
Critical update for CodeRuler medieval Java game
Debugging with FindBugs
Design Pattern Toolkit (version1.4.0)
Design service-oriented architecture framework with J2EE technology
Determining the Riskiness of Change
Develop aspect-oriented Java apps with Eclipse and AJDT
Dictionary and Thesaurus API for Java
Do you know about ''Full Speed Debugging'' and ''HotSwap'' Class File Replacemen
Do you know any free Java editor for the Java?
Do you know any Java API to access Windows registry?
Double your Java code quality in 10 minutes, here is receipt
Dynamic Aspects release domain/j demos
Dynamic learning with JSP, Servlets and Juru
Easy Deployment of Real-Time Java for Linux
Easy source code access with IBM's framework for JDBC
Eclipse method for pairwise testing
Eclipse plug-in for IBM’s Cloudscape embedded Java database
Eclipse’s Rich Client Platform
Fast find memory leaks with Heap Analysis Tool
Fast improve of your Java Code Quality for peak performance with JProbe.
Has Java some APIs or tools to work with SNMP?
History Flow Shows How Wiki Articles Evolve
How does JVM interact with profilers?
How to Tomcat 5? Part 1
How to Tomcat 5? Part 2
How to use Java built-in profiler.
I am trying to make my code compact. I already ''JARed'' all files...
I know that exist many Java compilers, not only ''javac'' from SUN :-) Part II
I used JProof free utility for code obfuscation to protect my code. It seems tha
IBM creates performance harness for JMS
IBM develops Multilingual Dictionary API for Java
IBM improves Toolkit for MPEG-4
IBM Java structure analysis tool for Linux
IBM provides a java DPPE for emerging Grids
IBM provides RIB tool for Swing and Eclipse GUIs
IBM release Interoperability Tool for Eclipse and .NET WinForms
IBM releases an Eclipse-based visual ontology management tool
IBM releases Development Tool for Java-COM Bridge
IBM releases eclipse Embedded Voice Toolkit
IBM releases free 2004 Middleware Software Evaluation Kit -- new 2-DVD set!
IBM releases intelligent tools for semantic programming
IBM releases new Emerging Technologies Toolkit v2.1
IBM releases Semantics Toolkit
IBM Service Management Framework Extension for Relocatable Services (ReSMF)
IBM Toolkit for MPEG-4 v1.2
IBM's Java Embedded ViaVoice speech SDK
IBM's Method Scheduler for J2EE, Servlets and JSP
IBM’s new XML Security Suite
IBm’s NotesBuddy update to support new Sametime level
IBM’s novel approach to spell checking
IBM’s ZetaGrid uses J2EE to solve large computing-intensive problems
IBM’s ZetaGrid uses J2EE to solve large computing-intensive problems
IBMs aDesigner now Eclipse embedded with Voice browser
Improve Eclipse software development with robust logging plug-in
Improve the quality of your J2EE-based projects
IntelliJ IDEA vs. Eclipse vs. NetBeans: my personal experience, Part II
IntelliJ IDEA vs. Eclipse vs. NetBeans: my personal experience...
Introducing the Reflexive User Interface Builder
Is there any way in Java we can view the bytecodes generated by a piece of code?
J2Native 2.0 released
J2Native version 1.0 is released.
JAR Class Finder for Eclipse
Java 2D Imaging for the Standard Widget Toolkit
Java launcher 1.5 released
Java Tools that help you learn how Java works and understand it even more.
Java Trace Analyzer for WebSphere Application Server
JetBrains Releases IntelliJ IDEA 5.0
JFluid - a profiling tool for the Java programming language
JFluid - a profiling tool for the Java programming language
JFormula 2.8 - Math expressions API
Learn how to modify classes as they're being loaded with Javassist
License4J - licensing library for Java
License4J version 1.2 is released.
Make exe file from your Java application (code)
Maven vs Ant or Ant vs Maven?
Migrate your Swing application to SWT
MirrorJNDI version 1.0 is released.
Mobile Database Access
Mock Translation Input Method Editor
Model for Self-Managing Java Servers
NetBeans IDE 4.1 Early Access 2 Released
New Advanced Installer for Java 6.0 brings XML updates and imports 3rd party MSI
New alphaWorks license for DB2 replication monitoring
New GUIKit from Wolfram Research Enriches Mathematica(R) Development Environment
New version: Structural Analysis for Java
Overview Java commands! java vs javaw
PHP Integration Kit for J2EE
Pure Java runs JAXB for XML processing
Q: I have made an applet in vJ++ which I have to sign. Is there any tool to do
Question: Why do I see JSP code in my browser, not HTML page which supposed to b
RELAX NG with Custom Datatype Libraries
Replication Monitoring Center for DB2
Resolving classpath problems with Jarhoo
Robocode Java Violance Game Goes Open Source
ROXES Ant Tasks 1.1 Open Source released
Scripting for XML
Smokescreen 3.4 has been released
softSCWCD released
Software Configuration Management with IBM Rational and WebSphere software
Structural Analysis for Java
Sun Java Studio Creator 2 : An Introduction, part 1.
Sun Java Studio Creator 2 : An Introduction, part 2.
Sun to Release Java Dev Kit upgrade for StarOffice
Take a good look at your Heap
The buzz about Apache Beehive and the Pollinate eclipse plug-in
Tomcat example: deploy web application directly in root, not in subdirectory
Tracing in a Multithreaded, Multiplatform Environment
Tune Eclipse's startup performance with the Runtime Spy
Unicode Input Method Editor
Unit test your Java code faster with Groovy
Use the Element Construction Set to create formatted logs
Using Javassist for Bytecode Search-and-Replace Transformations
Version 1.1 of Allatori Java Obfuscator is released.
Version 1.4 of Advanced Swing Components is released.
Visual Resource Bundle Inspector for Java
We compile a large number of files and we have strange problem:
What are enhancements were added to new javac since 1.4.2?
What do you not know about Java tools!
What is difference between ordinary Java archive file and executable one?
What is Java Shared Data Toolkit and how can I use it?
What is jvmstat?
What's the difference between the -client and -server systems (options in JVM)?
When I use Java to write my program under some specific OS, I always set some en
Why you should consider Eclipse and how it differs from Netbeans
WinA&D 4.0 - Software Engineering Tool
XML Programming in Java Tutorial
|
|
|