Programming/Java

이클립스 사용하는데 에러가 너무많이떠서 블로그에 저장해두려고 작성하는 중.. 다른 사람들도 이 글을 보고 에러를 해결할 수 있길 바라며 🙂 서버를 실행하려고 보니 아래와 같은 에러메세지가 뜬다 .. Several ports (8090, 8090) required by Tomcat v9.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s). 톰캣 서버가 나..
JDBC 란 ? Java Database Connectivity 의 약자다. 자바에서 데이터베이스에 접속할 수 있도록 하는 자바 API I(프로그램들이 서로 상호작용하는 것을 도와주는 매개체). 데이터베이스에서 자료를 쿼리하거나 업데이트하는 방법을 제공한다. It is a Java API for connecting and executing SQL queries on a relational database. JDBC allows Java programs to interact with databases in a vendor-independent manner, enabling developers to write database applications that are portable across differen..
Jihee__
'Programming/Java' 카테고리의 글 목록