java面试题

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

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

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文档下载到电脑,方便收藏和打印

推荐程度:

进入下载页面

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

其它栏目

也许您还喜欢