java面试题

当前位置: 面试问题网 > java面试题 > AssertionError 跟一下那个类是 “is – a”的关系

AssertionError 跟一下那个类是 “is – a”的关系

java面试题  手机阅读
1. RuntimeException
   2. Error
   3. VirtualMachineError
   4. IllegalAccessException
   5. Throwable 答案:
  答案:2
   The class AssertionError is an Error, which denotes an “incorrect condition” as opposed to an “unusual condition” (Exception). Since, the class Error descends from Throwable, AssertionError also has “is-a” relationship with Throwable. Here is the hierarchy –
  
   java.lang.Object
  
   |
  
   +-java.lang.Throwable
  
   |
  
   +-java.lang.Error
  
   |
  
   +-java.lang.AssertionError

【AssertionError 跟一下那个类是 “is – a”的关系】相关文章

1. AssertionError 跟一下那个类是 “is – a”的关系

2. 软件测试LoadRunner面试题:If web server, database and Network are all fine where could be the problem?

3. 介绍一下ICMP(Internet Control Message Protocol)Internet控制信息协议

4. 什么是Connection-oriented Protocol/Connectionless Protocol面向连接的协议/无连接协议

5. 软件测试LoadRunner面试题:What is correlation? Explain the difference between automatic correlation and manu

6. 软件测试LoadRunner面试题:If you want to stop the execution of your script on error, how do you do that?

7. 请解释一下webService? 如何用.net实现webService

8. 什么是Oracle的后台进程background processes?都有哪些后台进程?

9. Static Nested Class 和 Inner Class的不同

10. 软件测试LoadRunner面试题:How did you find web server related issues?

本文来源:https://www.mianshiwenti.com/a12462.html

点击展开全部

《AssertionError 跟一下那个类是 “is – a”的关系》

将本文的Word文档下载到电脑,方便收藏和打印

推荐程度:

进入下载页面
上一篇:Java如何调用外部Exe程序 下一篇:JAVA程序设计笔试题面试题一套

﹝AssertionError 跟一下那个类是 “is – a”的关系﹞相关内容

复制网址 收藏网址 分享到微信 分享到微博 分享到QQ

其它栏目

软件工程师面试题 软件测试面试题 网络管理员面试题 java面试题 .NET面试题 PHP面试题 C#面试题 C++面试题 Delphi面试题 Ruby面试题 Python面试题 Javascript面试题 android面试题 iOS面试题 jQuery面试题 Linux/Unix面试题 DBA面试题

也许您还喜欢