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.
NetBeansを使用してJBossで動作するJava EE (EJB セッションとエンティティを含む) サンプル アプリケーションを提案してくれる人はいますか?
I have a List<object>, and its first element is a List<double>, I mean:
List<object>
List<double>
//---- List <object> lista = new List<object>()