pawan.kumar123
Member
- Member since
- Aug 8, 2012
- Last active
- Aug 8, 2012
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
Multiple jvm in a single machine?
Can there be multiple jvm in a single machine?? if yes then how would an application behave under more than one jvm??
-
#Threads
Send email using java mail api through a proxy server
how to use java mail api to send emails using a proxy server and what is required to configure in proxy server.
-
#Threads
42d9504c-59b5-4117-8450-42703abb6018
No C is not platform independent. Platform means Operating system + hardware and with the change of this combination you need different...
-
#Threads
e293a23d-155b-4df8-b79f-ada8495850c4
AbraKaDabraRead the following program: public class test { public static void main(String [] args) { int x = 3; int y =...