George Nan

Greenhorn
+ Follow
since Mar 09, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by George Nan

How do you call parent's parent constructor?
For example,
Class B extends C, Class A extends B,

in class A's constructor
public A() {
// how do you call C's constructor here?
}
17 years ago
How do you synchronize a section of code that can only be run by one thread
on multiple JVMs
Just installed JBoss 4.0.2 on my laptop running Windows XP. But when I try to start it, it gives
Port 4555 is already in use error.
I cannot change any setting on my laptop, so is there a way to reconfigure JBoss to use another port?
18 years ago