The Artima Developer Community
Sponsored Link

C# Answers Forum
help to resolve errors

1 reply on 1 page. Most recent reply: Feb 13, 2003 8:38 PM by Matt Gerrans

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 1 reply on 1 page
barobi

Posts: 3
Nickname: lethabile
Registered: Feb, 2003

help to resolve errors Posted: Feb 8, 2003 12:26 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");
}

}


Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: help to resolve errors Posted: Feb 13, 2003 8:38 PM
Reply to this message Reply
Hmm, I don't think the C# compiler knows about java.util.*;

Flat View: This topic has 1 reply on 1 page
Topic: Removing EventHendler Previous Topic   Next Topic Topic: apic for mysql client

Sponsored Links



Google
  Web Artima.com   

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