哪位高手给我一个JAVA小程序,能运行就行了

要能连接数据库的JAVA程序,哪个高手帮帮忙,今天交作业了。尽量快点... 要能连接数据库的JAVA程序,哪个高手帮帮忙,今天交作业了。尽量快点 展开
 我来答
liu7667715
2011-01-06 · 超过36用户采纳过TA的回答
知道小有建树答主
回答量:92
采纳率:0%
帮助的人:83.1万
展开全部
public class hello {
private String xx;
private String yy;
public String getXx() {
return xx;
}
public void setXx(String xx) {
this.xx = xx;
}
public String getYy() {
return yy;
}
public void setYy(String yy) {
this.yy = yy;
}
public hello()
{
xx="Hello";
}
public void Print()
{
System.out .print(xx+yy);
}
public static void main(String[] args)
{
hello a=new hello();
a.setYy(" World");
a.Print();
}
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
手凉谁来疼
2011-01-05
知道答主
回答量:23
采纳率:0%
帮助的人:12.2万
展开全部
public static void main(String[] args) {
// 字符串反转
String str = "abcdefghi";
char[] a = str.toCharArray();
StringBuffer sb = new StringBuffer();
for (int i = a.length - 1; i > -1; i--) {
sb.append(a[i]);
}
System.out.println();
System.out.println("反转后的字符串");
System.out.print(sb);
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
ueu2715
2011-01-05 · TA获得超过374个赞
知道小有建树答主
回答量:273
采纳率:100%
帮助的人:256万
展开全部
package com.test;

public class Test {

public static void main(String[] args) {
// TODO Auto-generated method stub
for(int i = 0;i<60;i++){
try {
Thread.sleep(500);
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
System.out.println("['"+i+"'],");
}

}

}
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
bqhepbo
2011-01-10 · TA获得超过685个赞
知道答主
回答量:449
采纳率:100%
帮助的人:317万
展开全部
我给你一个地址,上面有很多java方面的程序例子。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
oowwll
2011-01-05 · 超过15用户采纳过TA的回答
知道答主
回答量:59
采纳率:0%
帮助的人:32.3万
展开全部
public class Hello{
public static void main(String[] args){
System.out.println("Hello World!");
}
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(5)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式