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.
クラスである Java で String を定義しているときに、new キーワードを使用しないのはなぜですか?
次のように使用します。
String a="Hello";
Java のクラスは次のように定義されます。
Class1 obj = new Class1;