錯誤不會改
@Test
??? public void testGetNewSid()
??? {
??? ?StudentsDAOImpl sdao = new StudentsDAOImpl();
??????? System.out.println(sdao.getNewSid());
??? }
The method getNewSid() from the type StudentsDAOImpl is not visible
@Test
??? public void testGetNewSid()
??? {
??? ?StudentsDAOImpl sdao = new StudentsDAOImpl();
??????? System.out.println(sdao.getNewSid());
??? }
The method getNewSid() from the type StudentsDAOImpl is not visible
2017-11-28
舉報
2019-06-19
最后你把StudentsDAOImpl方法中的?getNewSid()方法改成private,其他類當然用不了了
2017-12-05
試一下,點擊eclipse窗口的project->clean,選擇當前項目