Java知识分享网 - 轻松学习从此开始!    

Java知识分享网

        
AI编程,程序员挑战年入30~100万高级指南 - 职业规划
SpringBoot+SpringSecurity+Vue权限系统高级实战课程        

IDEA永久激活

Java微信小程序电商实战课程(SpringBoot+VUe)

     

AI人工智能学习大礼包

     

PyCharm永久激活

66套java实战课程无套路领取

     

Cursor+Claude AI编程 1天快速上手视频教程

     
当前位置: 主页 > Java文档 > Java基础相关 >

IKM在线测试 JAVA 88题带参考答案 PDF 下载


时间:2021-02-01 11:05来源:http://www.java1234.com 作者:小锋  侵权举报
IKM在线测试 JAVA 88题带参考答案 PDF 下载
失效链接处理
IKM在线测试 JAVA 88题带参考答案 PDF 下载

本站整理下载:
 
相关截图:




主要内容:

Updates from ADMjava04 batch:
spring ioc
hibernate multiple questions
Concurrency/Threadpool
Exceptions
More questions on hql
Query interface, Criteria in Hibernate
SimpleDateFormat
1) Which of the following techniques can a Java SE programmer use to increase the thread
safety of a program?
a. Use public static variables
b. Write classes so they are immutable
c. Use ThreadLocal variables
d. Use Final classes
e. Annotate a class with @Multithread
Ans: b,C
2) Under which of the following conditions will an alert message be displayed for the Java
script code given below
<form name=”frm”><label for=äge”> Please enter your birthday</label>
<input type =”text” name=äge” id=äge” onblur=”validate(this.value)”
<input type=”submit”id=Ënter”/></form>
<script language =”javascript”>
functionvalidate(val)
{
if (isNaN(val)
{
alert(“XXX XXX XXX”);
document.frm.age.focus();
}
}
</script>
a. If the text box age contains a numerical value and the submit button Submit is
clicked
b. If textbox age loses focus and contains a non-numerical value
c. If textbox age contains a non-numerical value and gains focus
d. If textbox age contains a non-numerical value and the submit button Enter is clicked
e. If textbox age loses focus and contains a numerical value


 
------分隔线----------------------------


锋哥推荐