当前位置:网站首页>Exercise arrangement 2.10, 11
Exercise arrangement 2.10, 11
2022-07-07 08:28:00 【aaacome】
1. When doing unit tests for programs in traditional object-oriented languages , Frequently used mock object .Mock The number of reflections the object passes through . Which of the following features of object-oriented is destroyed by reflection to the greatest extent ?
analysis :** Reflection breaks the encapsulation of code , Break the original access modifier access restrictions **
5. The following code runs and the result is ?
analysis :1. In the static statement block x Is a local variable , Does not affect static variables x Value
2.x and y Is a static variable , The default initial value is 0, Belong to the current class , Its worth changing will affect the operation of the whole class .
3.java The autoincrement operation is nonatomic
main In the method :
perform x– after x=-1
call myMethod Method ,x perform x++ The result is -1( after ++), but x=0,++x result 1,x=1 , be y=0
x+y+ ++x, Execute first x+y, The result is 1, perform ++x The result is 2, The final result is 3
3. The size is MAX In a circular queue ,f Is the position of the current header element ,r Is the position of the current tail element ( The position of the last element ), Then at any time , The number of elements in the queue is
analysis :
4. The output of the following code is ?
analysis : Static blocks are not initialized first , It's a static domain
The static field contains static variables 、 Static blocks and static methods , Among them, static variables and static blocks need to be initialized . The initialization order of the two of them depends on their positions !
The initialization order is t1 t2 A static block
5. About OutOfMemoryError, The following statement is correct ()?
analysis : About this question ,《 In depth understanding of java virtual machine 》 About OOM(OutOfMemory) Explanation of the problem
A: An overflow caused by the runtime constant pool , Set up -XX:MaxPermSize Can solve this problem ,
B: An error caused by insufficient heap space , Problems are rare , Solutions and C identical ,
C: Belong to java Heap memory problem , The general method is through memory image analysis tools , Yes Dump The generated heap to store snapshots for analysis , The point is to make sure that objects in memory are necessary , That is, to judge whether there is a memory leak , There is still a memory overflow , If it is a memory column , Check the leaking object with tools GC Roots Reference chain information , Can accurately determine the location of the leaked code , No leakage , You should check the heap parameters of the virtual machine , If you can continue to increase , You can set -Xmx solve the problem
D:java.lang.OutOfMemoryError: nativeGetNewTLA When the virtual machine cannot allocate new thread local space (Thread Local Area) Error message at the time of , This error is the thread requesting a new TLA When the , This exception usually only occurs in jRockit virtual machine , Only too absolute .
1. If the adjacency table of a directed graph is i Single linked list is empty , Is the first i The outgoing degree of vertices is zero .( )
analysis :
v3 The degree of 0
4. Judge the correctness of the following sentences :MFC in CString Is a type safe class .
analysis : Type safety is not a type , It is a specification about type operation .
Such as : Do not allow different types of data to be converted to each other
int Num =3;
string Str=“3”;
Num =Str; // wrong
Num=int.Parse(Str);// Yes
Type safety requires different types of data that can be converted to each other during conversion Explicit conversion
5. The correct one in the following description of heap is ()
analysis : The filtering times of a complete binary tree constructed by keyword sequence depends on the source binary tree sequence , therefore Ⅳ error .
2.AOE The net should be a ( )
analysis : In a directed acyclic graph , Use vertices to represent activities , Use the directed edge to indicate the order in which activities begin , This kind of graph is called AOV The Internet ;AOV The network can reflect the sequence of tasks ( A topological sort ).
3.c++ among , The error in the following array definition is ( )
analysis :B The content to the right of the equal sign of the answer is three rows and two columns , Conflict with the definition of two rows and three columns , So choose B
5. The following statement about the graph is wrong ()
analysis :A. Graph is a more generalized tree , There are also leaf nodes . C. DFS,BFS The results are different , It depends on the rules , Such as the first Left rear right , First right then left . D. The topological sequence
边栏推荐
- Openjudge noi 2.1 1752: chicken and rabbit in the same cage
- The reified keyword in kotlin is used for generics
- Ebpf cilium practice (1) - team based network isolation
- One click installation of highly available Nacos clusters in rainbow
- Four items that should be included in the management system of integral mall
- Low success rate of unit test report
- 发挥创客教育空间的广泛实用性
- CTF-WEB shrine模板注入nmap的基本使用
- Kotlin combines flatmap for filtering and zip merge operators
- rsync远程同步
猜你喜欢
随机推荐
rsync远程同步
opencv学习笔记二——图像基本操作
如何理解分布式架构和微服务架构呢
opencv学习笔记一——读取图像的几种方法
2-3查找樹
Vulnerability recurrence easy_ tornado
一文了解如何源码编译Rainbond基础组件
Tuowei information uses the cloud native landing practice of rainbow
Deit learning notes
2-3查找树
PVTV2--Pyramid Vision TransformerV2学习笔记
字符串操作
IELTS review progress and method use [daily revision]
雅思考试自己的复习进度以及方法使用【日更版】
使用BiSeNet实现自己的数据集
漏洞复现-easy_tornado
Analyzing the influence of robot science and technology development concept on Social Research
Qinglong panel -- finishing usable scripts
BiSeNet的特點
【无标题】