Submitted by heartin on Sat, 04/25/2015 - 09:45
I will list down some problems on the topic of linked lists that are commonly asked in interviews.
Important concepts to revise before trying out the problems:
Submitted by heartin on Sat, 04/25/2015 - 07:54
I will list down some problems on the topic of trees and graphs that are commonly asked in interviews. Please revise topics on tress such as Binary Trees, Binary Search Tree (BST), Balancing a Tree, Full and Complete Trees, Binary Tree Traversals (recursive), Tries, Depth First Search (DFS), Breadth First Search (BFS).
Submitted by heartin on Sat, 04/18/2015 - 10:14
-
FORM Based Authentication - Without Container Template
-
Create a Dynamic Web Project with a web.xml file; name it as ServletSecurity.
-
Create a servlet RestrictedServlet with url pattern “/RestrictedServlet” that print “Restricted Servlet” to client.
-
Create a servlet LoginServlet with url pattern “/LoginServlet” that gets the username and password from client and validate it against a dummy hashmap of username and password.
Submitted by heartin on Sat, 04/18/2015 - 09:36
Data integrity is the process of verifying if data is transmitted without corruption or modification, thus making sure that the data received at the receiver end is in fact the same message sent by the sender. Confidentiality is the process of maintaining data privacy wherein we secure the communications channel, to make sure the data is not accessed in its original form by a third party by eavesdropping.
Confidentiality and data integrity are related to securing the communications channel.
Submitted by heartin on Sat, 04/18/2015 - 02:58