如何写一个方法用SQL语句查询一张表中有多少条数据,方法改怎么写?

写一个方法 查询t_user表中有多少条数据,放发该怎么写?
public integer finduser(){

???????????????????????
}

java jdbc sql

sql语句执行 select count(*) from表

http://blog.csdn.net/iquicksandi/article/details/8545066

select count(*) from table_name