[+] 리눅스 jdk, tomcat 설치 yum install -y java-1.7.0-openjdk* wget http://mirror.premi.st/epel/6/i386/epel-release-6-8.noarch.rpm yum localinstall epel-release-6-8.noarch.rpm -y yum list tomcat* yum install -y tomcat tomcat-* service tomcat start 더보기 Generic public class Generic2 {public static void main(String[] args) {ObjectClass obj = new ObjectClass();// Object 타입으로 선언했으므로 모든 자료형 전달 가능obj.setValue("홍길동");System.out.println("값 : "+obj.getValue());obj.setValue(123);System.out.println("값 : "+obj.getValue());obj.setValue('c');System.out.println("값 : "+obj.getValue());//char c = obj.getValue(); // 컴파일 에러 발생!// c = (char)obj.getValue(); // 형변환 필요/* * .. 더보기 Phishing Frenzy: HTA PowerShell Attacks with BeEF https://www.pentestgeek.com/2014/07/22/phishing-frenzy-hta-powershell-attacks-with-beef/ 더보기 이전 1 ··· 3 4 5 6 7 8 9 ··· 11 다음