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.
このクラスがあり、メイン アクティビティでそのメソッドを使用したいのですが、インスタンスを作成するにはどうすればよいですか?
public class BDD { ... public boolean insertarGuia(String g, String d) { ... } }