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 3 of 3

Thread: Question About Some Core Java Classes

  1. #1
    Junior Member AlexSlater1234567's Avatar
    Join Date
    Jun 2021
    Location
    Canada
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Question About Some Core Java Classes

    Can anyone explain to me with some type of example, how it is the following classes work?

    • ClassLoader
    • ProcessBuilder
    • Thread

    I understand what it is happening more or less, but how do they function in a standard Java program? And is the Java Virtual Machine referring to your Java program?

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

    Default Re: Question About Some Core Java Classes

    Java is like C++. Only different. In C++ there is the codes that you'll be typing in. On some file. Making the files written in C++. Think of C++ as the back bone software of application programs. Like Apache Tomecat. It is used to build websites as a web server. Java is also like C++, only it is object oriented programming language. And made of class files that can be sent over the internet or Network. A container or JFrame in Java allows pictures to be shown on a screen just like C++ and using windows. Java also has a language. Called Java. Writing programs in Java is done using a platform on Windows. But using Java means making class files that are reusable to send on any machine and on most programming software languages like C++ and making able for computers to communicate. Using Java means using class files to communicate to other computers with just that, Java programming. It has a JVM to be run on. So it runs also on Windows. That is Java. The methods described in Java was C++ before it became Java. About 1974 when C++ was invented. Just about in the 70s.

  3. #3
    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: Question About Some Core Java Classes

    @Helium c2 can you answer the question the OP asked about the three classes he mentioned in his post?
    Your response doesn't answer the question the OP asked.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. What is Core Java???
    By meenal in forum The Cafe
    Replies: 0
    Last Post: September 14th, 2018, 02:03 AM
  2. Classes of classes? [Very beginner asking a question] [w/ Codes]
    By UhKindaAwkward in forum Object Oriented Programming
    Replies: 6
    Last Post: December 24th, 2013, 03:05 AM
  3. question from the Core Java II book
    By willemjar in forum Java Theory & Questions
    Replies: 3
    Last Post: July 9th, 2013, 07:35 AM
  4. core java
    By abinaya.cs in forum What's Wrong With My Code?
    Replies: 1
    Last Post: January 30th, 2013, 04:10 AM
  5. Core Java
    By abinaya.cs in forum What's Wrong With My Code?
    Replies: 1
    Last Post: January 28th, 2013, 07:39 AM