ce_neha
Member
- Member since
- Jul 19, 2009
- Last active
- Feb 15, 2010
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
Java Query
Hi , ---------------------------------------------- Given:- class CB { Short st=200; CB go(CB cb) { cb=null; return cb; }...
-
#Threads
44107e95-6865-4bac-9480-1e4baf9585f7
Hi , I read somewhere that "JSP only deals with textual data, you will have to continue to use servlets when communicating...
-
#Threads
JSP or Servlet?
Hi , What should we used a servlet or a jsp? In which type of applications we can find a servlet better...
-
#Threads
fb669f58-20f6-49ae-8509-2d5784f7170b
Thank you so much sookie.....
-
#Threads
Downcasting in java
Hi , ------------------------------------------------------------------------- Downcasting executes in the following class "A" class A { public static voi...
-
#Threads
how to mail executable files?
Hi , Why executable files can't be e-mailed like other files? Is there any possible way to e-mail .exe files?