package mvc2; /** * 在线图书商店主程? 初始化MVC组件并启动系? * @author The Administrator * @version 1.0 * @created 26-10-2025 22:50:57 */ class BookStoreMain { public BookStoreMain(){ } public void finalize() throws Throwable { } /** * * @param args */ public static void main(String[] args){ } }//end BookStoreMain