april 14, 2015
String interview Questions
What is String in java? - Generally, string is a sequence of characters. But in java,string is an object that represents a sequence of characters. The java.lang.String class is used to create string ...
Database Interview Question
Q) Changing the MySQL root user password: - mysqladmin -u root -p'OLDPASSWORD' password NEWPASSWORD; // change new password - mysqladmin -u root password NEWPASSWORD; // its for newpassword set Q) R...
Action Class
Questions: Q1: Action Class Q2: Handle Select / multi Select from dropdown/ select all checkboxes/ deselect checkbox. Q3: Alert Handle / Handle PopUps / upload - downloads file from Windows ...
