Runtime « Core Library « Java Articles

Home
Java Articles
1.Build Deploy
2.Class
3.Core Library
4.Data Types
5.Database JDBC
6.Design
7.Development
8.File Input Output
9.Graphics Desktop
10.J2EE Enterprise
11.J2ME Wireless
12.JVM
13.Language
14.Library Product
15.Network
16.Security
17.SOA Web Services
18.Test
19.Web Development
20.XML
Java Articles » Core Library » Runtime 

1. When Runtime.exec() won't    javaworld.com

For each of these methods, a command -- and possibly a set of arguments -- is passed to an operating-system-specific function call. This subsequently creates an operating-system-specific process (a running program) with a reference to a Process class returned to the Java VM. The Process class is an abstract class, because a specific subclass of Process exists for each operating system.

2. Runtime problem determination with IBM Rational Application Developer    ibm.com

Most developers know that J2EE development is hard. With multi-tiered, distributed applications, it is hard to isolate and resolve performance bottlenecks, identify untested code, diagnose the source of memory leaks, and detect intermittent failures. A runtime problem determination solution can help with these challenges.

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.