The Artima Developer Community
Sponsored Link

Java Answers Forum
help to resolve errors

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
barobi

Posts: 3
Nickname: lethabile
Registered: Feb, 2003

help to resolve errors Posted: Feb 8, 2003 12:31 PM
Reply to this message Reply
Advertisement
import java.util.*;

class Employee
{
String firstName;
String lastName;
int omang;
int pay;

public Employee()
{

Employee(string first,String last, int id)
{

fisrtName=first;
lastName=last;
omang=id;
}
}
void calspay(480)
{

pay=480;

}
String toString
return("firstName","lastName","omang");
}

}

Topic: what is ODBC admin tool... Previous Topic   Next Topic Topic: Need Help Reading files

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use