Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 总是报错(缺少方法主体,或声明抽象)
wslss007





发贴: 35
积分: 0
于 2005-10-31 12:37 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
今天我做了一个题目,要求是对一般取款机进行模拟,让用户输入密码1234,就显示密码正确,否则密码错误。程序如下:
import java.io.*;
public class hi

{
  public static void main(String args[]) throws IOException{
    String key="";
    BufferedReader buffer;
    buffer=new BufferedReader(new InputStreamReader(System.in));
    user_data obj= new user_data("A00004","jone","1234",581000);
    System.out.println("input password");
    key=buffer.readLine();
    if(obj.password==key){
      System.out.println("密码正确");
      
      }
    
      else{
      System.out.println("密码错误");
      }
    }
   static class user_data{
     String id;
     String name;
     String password;
     double money;
     user_data(String str1,String str2,String str3,double v1);
     {
     id=str1;name=str2;password=str3;money=v1;
  
     }
  
    
  }

运行时发现在定义user_data的构造函数发生错误,
d:\JCREAT~1\MyProjects\hi.java:26: 缺少方法主体,或声明抽象
     user_data(String str1,String str2,String str3,double v1);

此错误什么意思,该怎么改,还有就是能不能把类user_data放到类hi前面定义。


why edited on 2005-10-31 23:04


话题树型展开
人气 标题 作者 字数 发贴时间
7279 总是报错(缺少方法主体,或声明抽象) wslss007 1652 2005-10-31 12:37
5863 Re:总是报错 bluecrystal 874 2005-10-31 13:14
5830 Re:总是报错 wslss007 40 2005-10-31 13:38
5834 Re:总是报错 bluecrystal 33 2005-10-31 14:42
5898 Re:总是报错 hualee 37 2005-10-31 18:42

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923