JAVA高手帮我解决一下这个代码问题

packagecom.bojo;packagecom.db.*;importjava.sql.*;publicclassStudent{privatestringxh;p... package com.bojo;
package com.db.*;
import java.sql.*;
public class Student
{ private string xh;
private string xm;
private string xb;
private string sr;

public string xh;
{
return xh;
}
public string xm;
{
return xm;
}
public string xb;
{
return xb;
}
public string sr;
{
return sr;
}
public void setXh(String xh)
{
this.xh=xh;
}
public void setXm(String xm)
{
this.xm=xm;
}
public void setXb(String xb)
{
this.xb=xb;
}
public void setSr(String sr)
{
this.sr=sr;
}
public int add()
{
DBUtil db=new DBUtil();
String sql="insert into t_student(xuehao,xingming,xingbie,shengri) values('"+xh+"','"+xm+"','"+xb+"','"+sr+"')";
return db.execuUpdate(sql);
}
public int del()
{
DBUtil db=new DBUtil();
String sql="delete from t_student xuehao='"+xh+"'";
return db.execuUpdate(sql);
}
public int edit()
{
DBUtil db=new DBUtil();
String sql="";
return db.execuUpdate(sql);
}
public ResultSet getAll()
{ DBUtil db=new DBUtil();
String sql="select * from t_student where xuehao='"+xh+"'" ;
return db.execuQuery(sql);
}
}

编译提示 需要为class interface或enum```什么意思?
展开
 我来答
pingia
2010-06-04 · TA获得超过568个赞
知道小有建树答主
回答量:697
采纳率:100%
帮助的人:765万
展开全部
public string xh;
{
return xh;
}
public string xm;
{
return xm;
}
public string xb;
{
return xb;
}
public string sr;
{
return sr;
}

改为拍闷猜get方法罩掘:袭型
public string getXh()
{
return xh;
}
public string getXm()
{
return xm;
}
public string getXb()
{
return xb;
}
public string getSr()
{
return sr;
}
vincen_gao
2010-06-03 · TA获得超过284个赞
知道小有建树答主
回答量:115
采纳率:0%
帮助的人:100万
展开全部
public string xh;
{
return xh;
}
public string xm;
{
return xm;
}
public string xb;
{
return xb;
}
public string sr;
{
return sr;
}
这些是什么意思。似乎都不对,你应咐如该把这些都改了,它们到底是毁简侍方法?还是ENUM类型?你必须定纤吵义一下。你上边写的是语法错误。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式