Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は Android の初心者プログラマーで、インターネット上でコードを見つけましたが、この「インスタンス化されることを意図していないクラス」の意味を理解できませんでした。また、それの用途は何ですか。誰かがここで助けてくれたらとてもうれしいです。
public class Settings { //some code private Settings() {} // Class not meant to be instantiated //some code }