import java.sql.*; public class one { public static void main(String[] args) { Connection conn=null;
The connection string is malformed. It should be "jdbc:oracle:thin://@localhost:1521/ecom" Notice the transposition of // and @.