Shilpa Pisipati

Greenhorn
+ Follow
since Sep 27, 2007
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 Shilpa Pisipati

Hi all !!

My problem is when iam trying to execute some servlet pgms through tomcat directory list a dialog box appears asking that do i want to " download or save that particular servlet pgm "

Hence am not able to see my output......

But this is not happening for all the pgms......

Please help !!
16 years ago
Thanks all of you........am done with tomcat classpath setting.........its working !!!
16 years ago
Thanks Jesper...for that piece of information ......but iam not able to run catalina.bat as that window is getting closed.........

Moreover where am i supposed to put my servlets-api.jar file.......???

Please explain !!
16 years ago
Hi all !!

Please help me with the proper classpath for tomcat............and tell me what jar files to be included in the class path......iam trying to set the class path directly in commant prompt using SET

Thanks In Advance

[edit; removed all bold text]
[ December 10, 2007: Message edited by: Bear Bibeault ]
16 years ago
But cricketers feel Test Cricket is the "REAL" cricket............
16 years ago
Hi all........

I got crazy for cricket ever since 20-20 cricket happened........but i dont know the rules for Tect Cricket........can any body please explain me the same........so that i can enjoy the Australia-India Test Cricket.....which is early next year.............[/B]
16 years ago
Of course Fred......You need to give output of this code.........
16 years ago
public class TypeSafeHetrogenousExample {


public static void main(String[] args) {


List<String> stooges = Arrays.asList("Larry", "Moe",
"Curly");
List<Integer> fibs = Arrays.asList(1, 1, 2, 3, 5, 8 );

f.setFavorite(List<String>.class, Stooges);
f.setFavorite(List<Integer>.class, fibs);

String s = f.getFavorite(List<String>.class);
int i = f.getFavorite(List<Integer>.class);

if(i==0) {
System.out.println("expected");
}else {
System.out.println("not sure.");
}
}
}
16 years ago
Thanks a lot Fred.I was searching for such a kind of stuff and am glad that i could find it in saloon Java Ranch itself!!!
16 years ago
Hi all!!
Am new to this forum.Can any one suggest me from where can i get Sample Codes for practice.Right from the basics(stuff that includes core java as well)!!
:roll: [/B][/B]
16 years ago
Hi all!!
Am new to this forum.Can any one suggest me from where can i get Sample Codes for practice.Right from the basics(stuff that includes core java as well)!!
:roll: [/B][/B]
16 years ago