CS_basic
Introduction
JVM 的 工作原理,层次结构 以及 GC工作原理
Virtual Memory
Deadlock
Call stack
Database Basic
HashMap 原理
Process vs Threads
How to communicate? IPC vs ITC (Inter-Process Communication vs Inter-Thread Communications)
Polymorphism
Interface
Abstract class
Thread
synchronized
garbage collection
Latency vs Throughput
Design Pattern
Best Practices for Better RESTful API
Powered by
GitBook
Interface
Interface
public abstract is there by default
Interface variables can only be constant (public, static, final)
Interface methods must not be static
Interface can extends one or more interfaces (not classes; extends only, not implements)
results matching "
"
No results matching "
"