📄 appconstants.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 + -