manahei

Greenhorn
+ Follow
since Jul 16, 2001
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 manahei

Paul nailed it.
Thanks
22 years ago
Difficulty with the use of wrapper classes here.
I want to create a List full of integers that
comes from an int[]. Please help me understand how to
give Arrays.asList(Object[])this array:
private int[] xxx = {23, 45, 89, 54, 21};
I have tried String[] = no problem...
I have tried Integer[] = problem...
TIA
22 years ago
For the Apache-Tomcat setup, what do experienced JSP developers here prefer? mod_jk or JServ? I am hearing that mod_jk is replacing JServ, yet so little seems to be written about its merits. TIA, Bryan
22 years ago