Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Misc questions

  1. #1
    Member Helium c2's Avatar
    Join Date
    Nov 2023
    Location
    Kekaha, Kaua'i
    Posts
    102
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Misc questions

    Thanks for the information. I was reading on the java.awt.* package. On oracle website. And was curious if the packages or class files, the built in class files automatically sends the packets out? Like if I was working on a class file, named MyJavaFile() and made it public under java.awt.* package, would this file be sent to the destination listed? I'll write it later, just wondering if the file MyJavaFile() which will have a JButton on it, it should send the files to the desired destination. Using the URL class in it. That is the way this works? I'm asking.
    public URL(String protocol, String host, int port, String file) {
            this.protocol = protocol;
            this.host = host;
            this.port = port;
            this.file = file;
        }


    --- Update ---

    I'm learning too. My chrome i'm using, I just wrote in a url ( <img src="JL1_3935.jpg" alt="Hello"/> ) on the html blog. I happen to know that they're working on Windows or UNIX or Fortran programming language. The care taker of this website. So my question was, on that submit button they had on the browser, that is built in C++ but they've reprogrammed in UNIX to accept a greater volume. Application. This submit button automatically uploads the files written on it. I have the picture file on my chrome. So that's it too, on c++ or java programming. I hope I got the problem correct and solved. Using c++ method to send my picture files through. But that's my issue now. Thanks for reading. I'm learning this programming as I go along. I'm working with their developer over at the website. Through email.
    Last edited by Norm; December 8th, 2023 at 06:49 AM. Reason: title

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Misc questions

    I'll write it later,
    Please post the Java code when ready. It is easier to work with code than with a bunch of statements that may not give the full picture.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 1
    Last Post: March 8th, 2021, 10:01 AM
  2. which Java modules to learn to become mobilephone programmer
    By johannes999 in forum Java ME (Mobile Edition)
    Replies: 4
    Last Post: December 6th, 2019, 12:46 AM
  3. Replies: 4
    Last Post: April 26th, 2018, 11:31 AM
  4. VBA programmer trying to learn Java
    By Fixer in forum Java Theory & Questions
    Replies: 10
    Last Post: September 19th, 2014, 02:45 PM
  5. Replies: 7
    Last Post: August 17th, 2013, 07:55 PM