Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6477589
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:58:01+00:00 2026-05-25T06:58:01+00:00

As the university starts, I have a new module called JAVA! I already have

  • 0

As the university starts, I have a new module called “JAVA”! I already have good basic knowledge with visual c#, php and html. But I have never done anything in java.

Our teacher is a rather old man and as far as I got from first class, it is going to be some old stuff. some of the codes to do in first class were like this:

/*Hello.java, Jan Geerlings, 22 august 2002*/ 
public class Hello 
{
   public static void main(String[] args) 
   {
   System.out.println("Hello...My name is \n"); 
   } 
}

For compiling this file we had to go to command prompt and run “javac Hello.java” then “java Hello.java”

Another example he gave us was:

import java.applet.Applet; 
import java.awt.*; 

public class Welcome extends Applet  
{ 
    public void paint(Graphics g)  
    {  
    g.drawString("Welcome... My name is .. ", 50, 20); 
    } 
}

And this one had to run through an html, obviously with following code:

<applet CODE="Welcome.class" WIDTH="250" HEIGHT="150"></applet> 

So my question is we used a pretty old dated text editor called UltraEdit and knowing that I come from Visual Studio 2010 experience, it was quite a bit of hassle: No autocomplete, not nice text formatting like brackets and stuff and worse of all no text coloring at all unless compiled first and tons of other limitation.

He also showed us some final assignment from previous students. It was mainly some basic games like PACMAN! and an animation about southpark etc…

Would you kindly tell me what kind of java I am dealing with, and what is a good IDE that can compete with Visual Studio? I went to Eclipse site and there are quite different IDE versions like JAVA EE and normal JAVA. Which one suits my case?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T06:58:01+00:00Added an answer on May 25, 2026 at 6:58 am

    Your Java class teaches basic running Java and a technology that has been taken over by Web 2.0 called Java Applet.

    The lesson below that you have below is the most basic form of running Java

    
    /*Hello.java, Jan Geerlings, 22 august 2002*/ 
    public class Hello 
    {
       public static void main(String[] args) 
       {
       System.out.println("Hello...My name is \n"); 
       } 
    }
    

    It basically run the program off the console. As you learn later, a lot of frameworks provide other entry point other than static void main(String[] args) especially in the context of Server programming and even Android. It’s always good to know where everything starts though

    The lesson below is an applet:

    
    import java.applet.Applet; 
    import java.awt.*; 
    
    public class Welcome extends Applet  
    { 
        public void paint(Graphics g)  
        {  
        g.drawString("Welcome... My name is .. ", 50, 20); 
        } 
    }
    

    It was meant to be one of the technologies that introduced interactivity to the browsers, however Javascript got matured and Web 2.0 came and took over as the mainstream technology.

    For Eclipse you need the basic one for now. Get the latest version from Eclipse site, it should be enough for you. Eclipse provide dynamic software update to get additional modules if you need to.

    I suggest you take a look of the syllabus and glance over what being taught given you have experience on other languages. Once you have grasped the basics, you should look for similar technology/pattern to what you have learned in other languages, such as but not limited to:

    • Language features such as OO Constructs, Generics, Threading model
    • Event driven programming and UI
    • Common server side programming that you could compare with other technologies from other language
    • Accessing data storage such as relational database
    • Java based Mobile technology such as Android
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For my university assignment I have to design some basic managment system for sicknesses
This semester in university I have a class called Data Structures, and the professor
I am currently working in a .Net project but from university I have also
I'm an University student and new to java. Last year, second semester we did
My university is part of MSDNAA, so I downloaded it a while back, but
The university I work at uses Oracle for the database system. We currently have
At University we have VS 2005 and it has some refactoring tool like rename,
For a university mid-term project I have to design a configurable processor, to write
I have a very weird problem.I am in an university and we are supposed
For a university course I have to write a http server which is supposed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.