⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 appconstants.java

📁 It is an genric employee management application developed using JSP
💻 JAVA
字号:
/**
 * 
 */
package com;

/**
 * Author: Prakash S
 * Modified:
 * It Contains Static Variables Used in the Project
 * Changes to the Variables can Connect to Different Databases
 */
public interface AppConstants
{
	String USERNAME = "";//Current User is Null
	String PASSWORD = "";//Curent Password is Null
	String DRIVER="sun.jdbc.odbc.JdbcOdbcDriver";//DRIVER USED
	String SOURCE="jdbc:odbc:exam";//Source URL
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -