|
28 | 28 | * [Singleton 单例模式](java/what_is_singleton_class.md) |
29 | 29 | * [hashcode 和 equal](java/hashcode__equal.md) |
30 | 30 | * [== 和 equal 的区别](java/==_equal.md) |
31 | | - * [StringBuffer 和 StringBuilder ](java/stringbuffer__stringbuilder.md) |
32 | | - * [StringBuilder 是什么?](java/stringbuilder.md) |
33 | | - * [是否可以继承 String 类?](java/inherit_string_class.md) |
34 | 31 | * [所有类的基类是哪个类?](java/what_is_the_base_class_of_all_classes.md) |
35 | 32 | * [Java 支持多继承吗?](java/does_java_support_multiple_inheritance.md) |
36 | 33 | * [Path 与 Classpath?](java/what_is_difference_between_path_and_classpath.md) |
|
55 | 52 | * [sleep() and wait()](java/sleep_and_wait.md) |
56 | 53 | * [Gabage Collection](java/gabage_collection.md) |
57 | 54 | * [heap 和 stack](java/heap_stack.md) |
58 | | - * [Does garbage collection guarantee that a program will not run out of memory?](java/does_garbage_collection_guarantee_that_a_program_will_not_run_out_of_memory.md) |
| 55 | + * [GC 就一定能保证内存不溢出吗?](java/does_garbage_collection_guarantee_that_a_program_will_not_run_out_of_memory.md) |
59 | 56 | * [字节流与字符流](java/stream_writer.md) |
60 | 57 | * [Connection](java/connection.md) |
61 | 58 | * [ArrayList 和 Vector](java/arraylist_vector.md) |
|
66 | 63 | * [同步 synchronized](java/synchronized.md) |
67 | 64 | * [如何实现 muliti-thread?](java/how_to_set_muliti-thread.md) |
68 | 65 | * [transient](java/transient.md) |
69 | | - * [What is the difference between preemptive scheduling and time slicing?](java/what_is_the_difference_between_preemptive_scheduling_and_time_slicing.md) |
70 | | - * [When a thread is created and started, what is its initial state?](java/when_a_thread_is_created_and_started,_what_is_its_initial_state.md) |
| 66 | + * [preemptive scheduling 和 time slicing?](java/what_is_the_difference_between_preemptive_scheduling_and_time_slicing.md) |
| 67 | + * [一个线程的初始状态是什么?](java/when_a_thread_is_created_and_started,_what_is_its_initial_state.md) |
71 | 68 | * [What are synchronized methods and synchronized statements?](java/what_are_synchronized_methods_and_synchronized_statements.md) |
72 | | - * [What is daemon thread and which method is used to create the daemon thread?](java/what_is_daemon_thread_and_which_method_is_used_to_create_the_daemon_thread.md) |
73 | | - * [What method must be implemented by all threads?](java/what_method_must_be_implemented_by_all_threads.md) |
| 69 | + * [守护线程 daemon thread?](java/what_is_daemon_thread_and_which_method_is_used_to_create_the_daemon_thread.md) |
| 70 | + * [所有的线程都必须实现哪个方法?](java/what_method_must_be_implemented_by_all_threads.md) |
74 | 71 | * [Visitor Pattern](java/visitor_pattern.md) |
75 | 72 | * [Problème sur chaîne](java/probleme_sur_chaine.md) |
76 | 73 | * [字符串基础问题](java/string_questions.md) |
77 | 74 | * [StringBuffer 相关问题](java/stringbuffer_questions.md) |
78 | 75 | * [数组相关问题](java/array.md) |
79 | | - * [serialization](java/serialization.md) |
| 76 | + * [序列化 serialization](java/serialization.md) |
80 | 77 | * [How do I serialize an object to a file?](java/how_do_i_serialize_an_object_to_a_file.md) |
81 | 78 | * [Which methods of Serializable interface should I implement?](java/which_methods_of_serializable_interface_should_i_implement.md) |
82 | 79 | * [如何控制 serialization 的过程?](java/how_can_i_customize_the_seralization_process_ie_how_can_one_have_a_control_over_the_serialization_process.md) |
|
0 commit comments