java bean 和 JDBC 分配
Q.1)编写一个 bean,它有一个名为 model 的属性,表示手机的型号名称。 当用户在其中输入一些文本时,该模型的价格应显示在画布中。
Q.2) 编写一个接受主题名称作为命令行参数的 jdbc 程序 显示该科目的最高分数[对表格详细信息做出适当的假设]
Q.1)write a bean which will have a property called model representing model name of mobile.
when user enters some text in it, the price of that model should be displayed in canvas.
Q.2)write a jdbc program that accepts a subject name as command line argument and
displays the highest marks scores in that subject [make sutable assumptions for table details]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看关于 Java Bean 的此教程和此 有关 JDBC 的教程。
Take a look at this tutorial on Java Beans and this tutorial on JDBC.