This is a simple competency test. By passing the test, you ensure your resume will be considered for the position. Please provide your email address in the name field so we know which resume is yours.
Ant.xml
Projectfile.txt
Projectfile.xml
Build.xml
Javac
Jar -cf
Java -jar
Jar -xf
Find the source code online
Use a debugger
Use javap to decompile the JAR
Read the javadoc
Selects the mail database.
Uses the password "mail" to log in.
Lists the tables in the database.
Connects without requiring a password.
The -t flag affects the tabs being output by mysqldump.
The create statements are omitted.
The -u flag will affect the permissions on the table being dumped.
The dump won't be readable without the original password.
Tasklist
Top
Ps -ef
Jobs
The -r deletes subdirectories, which you never want to do.
The -f should never be used, even when deleting a lot of files.
The / will result in everything being deleted.
Nothing, this command is safe on any machine.
Desktop User interface
Web application interface
Network Interface
Eclipse Parser
Tomcat
Hibernate
James
Swt
The List interface cannot be used in the for-each construct.
The if should check if aName == name
AName cannot be declared in the for contstruct.
The variable "i" can't be used this way.
4
-1
5
26
2
0
1
-1
Apache logs
Tomcat logs
James logs
Java logs
MySQL logs
Array_count($people)
People.length
Using a for loop
Arrays.sizeof(people)
People.length()
Javac HelloWorld.java
Java --compile HelloWorld.java
Javap HelloWorld.java
Javah HelloWorld.java
Telnet [email protected]
Yes
No