Java View all facts Glossary Help |
member > class member > class method > synchronized class method |
synchronized class method comparison table |
Subject | is a subtopic of | is a synonym of | is a kind of | run until | has definition |
---|---|---|---|---|---|
class method | Methods | static method | method | A method that is invoked without reference to a particular object | |
synchronized class method | Threads | class method | Java obtains a lock on the class to ensure that no other threads can be modifying the class concurrently |
Next class method: toHexString Up: class method Previous class method: parseInt