Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Java assignment(Struggling with a java assignment I have to submit for class)
Java assignment [message #1648699] Wed, 04 March 2015 02:10 Go to next message
Dervin Buckery is currently offline Dervin BuckeryFriend
Messages: 2
Registered: March 2015
Junior Member
I am really not even sure where to start. This is what I have so far:
import java.util.Date;


public class Forum {
private String title;
private Date dateCreated;
private String fourmOwner;
private boolean refereed;

}


import java.util.Date;


public class Post {
private String subjectLine;
private String content;
private String memberPostCreater;
private Date dateAndTime;

}
Re: Java assignment [message #1649025 is a reply to message #1648699] Wed, 04 March 2015 05:51 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4430
Registered: July 2009
Senior Member

http://javaranch.com or your classmates would be better venues for assistance when it comes to learning Java programming; this forum is really for issues specifically using the Eclipse software.

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Java assignment [message #1649041 is a reply to message #1649025] Wed, 04 March 2015 06:04 Go to previous message
Dervin Buckery is currently offline Dervin BuckeryFriend
Messages: 2
Registered: March 2015
Junior Member
Okay sorry about that, but thank you
Previous Topic:ILaunchListener / ILaunchesListener2 are not notified on Termination of the launch
Next Topic:SWT Combo Issue on CentOs
Goto Forum:
  


Current Time: Fri Mar 29 12:07:50 GMT 2024

Powered by FUDForum. Page generated in 0.03716 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top