Search:

Type: Posts; User: Praful Chougale

Search: Search took 0.34 seconds.

  1. Re: Catch block problem. Please fix my problem.

    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.util.Random;


    public class Demo
    {
    private int target;
    private BufferedReader in;
  2. Replies
    1
    Views
    834

    A website that is responsive.

    Want to develop website which will open on any platform
    PC,Mobile ,Tab,etc.
  3. Re: I have a problem with class inheritance.

    just want to suggest you that first try to be familir with small inheritance programs then try a large one.
    this is just a suggest .... if you have done all your small inheritance programs correctly...
  4. Re: Looking to work with other beginners

    ok let us start with the project on which i m currently working on..
    and to be frank i am just a intermediate in java .
    brief about project :
    a web application which will send email who visit my...
  5. Replies
    4
    Views
    1,076

    Re: Java program to add two numbers

    you just try it and if you face any problem ask us.. we are hear to solve it...
  6. Replies
    3
    Views
    1,077

    re: Help with if logic - was JAVA easy

    This is not the proper logic ..
    please think differently..
    insted of checking char with the string ..
    make that string to char array and then check each char.
    make use of toCharArray().
  7. Re: Program not working - assistance please

    code is rite .. you just chk the process to run that code..
  8. Re: Looking to work with other beginners

    gud idea..
  9. Replies
    2
    Views
    795

    [SOLVED] Re: java code

    html - Remove CSS class from element with JavaScript (no jQuery) - Stack Overflow
  10. Replies
    3
    Views
    842

    Re: Driver Issue

    Yes it is in working condition.
    y are u getting any error.. if yes please specify ???
  11. Re: First Programme after Hello World - Convex Lens - Why is my code going crazy?

    do not add input in paint method.
  12. Replies
    4
    Views
    945

    Re: hi, beginner. need help with code

    Please compile your code and run it.
  13. Replies
    2
    Views
    1,217

    Re: Cannot be resolved into a variable

    you need to create object of Button....
  14. Replies
    11
    Views
    2,715

    [SOLVED] Re: SEND MAIL IN JSP

    yes, got it.. the mail has been sent...

    i changed my whole code..
    please check whether the code is of world class.

    Thank you.. all
    Suggest me if there are any changes.? but code is...
  15. Re: My Java program is failing to run in command prompt

    there is problem with ur java,,
    just open command prompt and
    set path of your bin

    i know it wont make any change as you have added the path to envt. variable .. but just check..

    if the same...
  16. Replies
    8
    Views
    961

    Re: Help with a "switch" statement

    what error or exception u are getting??
    please let us know..
  17. Replies
    11
    Views
    2,715

    [SOLVED] Re: SEND MAIL IN JSP

    yes i have added the required jar files to lib. and the above code showing the exception as..

    Couldn't connect to host, port: localhost, 25; timeout -1
    Send Email using JSP

    Result: Sending...
  18. Replies
    3
    Views
    1,099

    Re: Cloud Computing

    Cloud computing is service oriented system.
  19. Replies
    11
    Views
    2,715

    [SOLVED] Re: SEND MAIL IN JSP

    I m Using JAVA SE 7 update 51

    and netbeans 7.4

    does it require the jar files to add to lib???
  20. Replies
    11
    Views
    2,715

    [SOLVED] Re: SEND MAIL IN JSP

    This is my JSP


    <%--
    Document : mail
    Created on : Jan 22, 2014, 3:52:38 PM
    Author : xyz
    --%>

    <%@page contentType="text/html" pageEncoding="UTF-8"%>
  21. Replies
    11
    Views
    2,715

    [SOLVED] Re: SEND MAIL IN JSP

    the same link i had referred but its not working.
  22. Replies
    11
    Views
    2,715

    [SOLVED] Re: SEND MAIL IN JSP

    ya i knw about java mail api
    and i also added .jar files to my lib..
    but still i m facing problem ..
  23. Replies
    11
    Views
    2,715

    [SOLVED] SEND MAIL IN JSP

    I want to send email from my jsp file ..and i have a html code which contains form and inputs.
    how can i send the email ??????
    and i m using netbeans//
Results 1 to 23 of 23