Programming (JAVA) Flashcards
1
Q
What is a node?
노드가 무엇입니까?
A
An Individual Node in java is a class that is used to create the individual data holding blocks for various data structures, which organize data in a nonsequential fashion.
Create: 창조하다
2
Q
Snippet
A
A Snippet represents a snippet of Java source code as passed to JShell. … It is associated only with the JShell instance that created it. An instance of Snippet (including its subclasses) is immutable: an access to any of its methods will always return the same result.