Identify vulnerability for code below Class Execclass { public static void main (String args []) { Runtime rt = Runtime.getRuntime (); Process proc = rt.exec ("cmd.exe /C") ;} }
Buffer Overflow
Command Injection
CSRF
XSS
XST
In a J2EE web application Error page is defined in
Server.xml
config.xml
web.xml
application.properties
In web.xml value of is defined in
Milliseconds
Seconds
Minutes
Hours
Which of the following HTTP method should be used to accept form data?
GET
POST
PUT
GET OR POST OR PUT
In an application handling credit card data, which of the following is true?
Credit Card Numbers cannot be stored in database
Credit Card numbers can be stored in database but not in plain text
Avoid storing credit card numbers if not necessary
Option 1 AND Option 3
Opion 2 AND Opion 3
None of above
Sequences are accessed using
prevval
currval
newval
lastval
Relational Databases contains a collection of tables with Physical Pointers
True
False
iSQL*Plus commands access the database.
Group functions include nulls in calculations
In Lock Tables SQL command tables are seperated by the delimiter
Tab
Dot
Newline
Comma