[java ee programming] read the content of a url

2011-06-27 Thread ANUJ KUMAR
can some please provide me with the code to read the content of a url. i mean only the content of the url not the html sourse. I used he code given in http://download.oracle.com/javase/tutorial/networking/urls/readingURL.html but it is reading the html content and not the actual content. Thanks,

[java ee programming] perl integration with netbeans

2011-04-19 Thread ANUJ KUMAR
what do i need to do inorder to runa perl script in netbeans. -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe

[java ee programming] definition of in-built functions

2010-02-26 Thread ANUJ KUMAR
How can we see the definition of the functions in the package we import. -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To

[java ee programming] javamail api

2009-12-07 Thread ANUJ KUMAR
SMTP host: nitdgp.ac.in; Please help me. ThanksRegards Anuj Kumar -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe

[java ee programming] javamail api

2009-10-17 Thread ANUJ KUMAR
please some can tell me what is the problem with the code below %@ page import=java.text.*% %@ page import=java.util.*% %@ page import=javax.mail.*% %@ page import=javax.mail.internet.*% %@ page import=javax.activation.*% HTML head /head body % try { InternetAddress toAddress=new

[java ee programming] Re: javamail api

2009-10-17 Thread ANUJ KUMAR
it was givving domain not found as an error On Sat, Oct 17, 2009 at 7:33 PM, ANUJ KUMAR kumar.anuj...@gmail.com wrote: please some can tell me what is the problem with the code below %@ page import=java.text.*% %@ page import=java.util.*% %@ page import=javax.mail.*% %@ page import

[java ee programming] java

2009-10-15 Thread ANUJ KUMAR
I am getting this error what should i do? [r...@localhost bin]# ./startup.sh Neither the JAVA_HOME nor the JRE_HOME environment variable is defined. At least one of these environment variable is needed to run this program. ThanksRegards Anuj Kumar

[java ee programming] session

2009-10-03 Thread ANUJ KUMAR
if i want that a user should not be able to come back to his inbox once he logout what should we do actually session. invalidate() is not working --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE)

[java ee programming] eclipse

2009-09-28 Thread ANUJ KUMAR
What should i do inorder to switch from netbeans to eclipse. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to

[java ee programming] inner class

2009-09-22 Thread ANUJ KUMAR
Can the private variables of inner class be accessed from outer class by making an object of inner class in the outer class. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion!

[java ee programming] string

2009-09-21 Thread ANUJ KUMAR
class test { public static void main(String args[]) { String x1 = abc; String x2 = ab; x2 = x2 + c; System.out.println(x1==x2); } } why does it print false? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE

[java ee programming] string

2009-09-21 Thread ANUJ KUMAR
class test { public static void main(String args[]) { String x1 = abc; String x2 = ab; x2 = x2 + c; System.out.println(x1==x2); } } why does it print false? in this case 3 objects will be formed in the string pool and they will be (abc),(ab).(c)and both the refrences x1,x2 will point to

[java ee programming] ftp

2009-08-21 Thread ANUJ KUMAR
is there any easy way of uploading content to a website rather than using ftpplease help ThanksRegards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this

[java ee programming] web application

2009-08-20 Thread ANUJ KUMAR
how to exempt a ports from the firewall --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to

[java ee programming] database

2009-08-13 Thread ANUJ KUMAR
can there be a refrence key without a primary key --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to

[java ee programming] session

2009-08-09 Thread ANUJ KUMAR
when i set 1 variable in session in an action form and try 2 retrive it from another action form then the variable is not being recognized in the other action form --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java

[java ee programming] coundown timer

2009-08-05 Thread ANUJ KUMAR
i have made an exam application on struts and whenever i refresh the page the timer is reset.please help me Thanks Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion!

[java ee programming] overriding

2009-07-26 Thread ANUJ KUMAR
class TestAnimals { public static void main (String [] args) { Animal a = new Animal(); Animal b = new Horse(); //Animal ref, but a Horse object a.eat(); // Runs the Animal version of eat() b.eat(); // Runs the Horse version of eat() a.anuj(); b.anuj(); b.ass();//*WHY DOES IT GIVE A COMPILER ERROR

[java ee programming] core java

2009-07-24 Thread ANUJ KUMAR
how can we print address of a variable in java? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to

[java ee programming] core java

2009-07-24 Thread ANUJ KUMAR
if we don't have pointers in java then how do we get NullPointerException --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to

[java ee programming]

2009-07-18 Thread ANUJ KUMAR
how many zero's are there at the end of 60 factorial --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to

[java ee programming] SCJP

2009-07-08 Thread ANUJ KUMAR
please tell me the website from which i can get free scjp mock tests ThanksRegards Anuj Kumar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group