728x90 320x100 SMALL [Oracle]자바에 데이터베이스 연동하기 2(copyright by 전씨) jre 시스템 마우스오른쪽 빌드패스 콘피규 빌드패스 에드 익스터널 자르 불러오기 package helloworld; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.util.Scanner; public class member { static PreparedStatement pstmt ; //null static Connection conn; // null, 인터페이스 형식 private static String id; private static String name; private static int height; private static int weight; p.. 2022. 12. 21. 이전 1 다음 728x90 반응형 BIG