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: I could not post in my another thread so created a new thread: need help with data types

  1. #1
    Junior Member
    Join Date
    Sep 2013
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default I could not post in my another thread so created a new thread: need help with data types

    sorry...I tried to highlight tags but it is not working....I will figure it out. In the mean time, I really need help with the below code. I removed the class ffrom another class it was the mistake I made. but, it is still throwing error "Error: Could not find or load main class Test3" is the error valid.

    package test;

    class multipleAssignment
    {
    public static void main(String[] args)
    {
    int i,j,k;
    i=j=k=10;
    System.out.println("i="+i+" j="+j+" k="+k);
    }
    }


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: I could not post in my another thread so created a new thread: need help with data types

    Duplicate post.

    I'm going to answer in your other thread, because I think it'll make more sense there. Besides, this thread is no better than the other. I expect a mod will merge the two or just get rid of this thread.

Similar Threads

  1. Help: Data Structures and Data Types
    By TheLawG14 in forum Java Code Snippets and Tutorials
    Replies: 2
    Last Post: July 19th, 2013, 09:55 AM
  2. Creating a Thread from a Thread
    By angstrem in forum Threads
    Replies: 11
    Last Post: May 29th, 2013, 09:31 AM
  3. Replies: 4
    Last Post: June 15th, 2012, 01:50 PM
  4. Help with using pre-created objects and Vectors **First Post :)**
    By jimmyo88 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: December 18th, 2011, 08:08 AM
  5. Thread/Mutex/Shared data buffer
    By m000 in forum Threads
    Replies: 0
    Last Post: January 5th, 2011, 10:18 PM