Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Software testing vs. debugging
The difference between testing and debugging is... 2020-10-17, 406👍, 1💬
How do you locate the first X in a string txt?
How do you locate the first X in a string txt? A) txt.find('X'); B) txt.locate('X'); C) txt.indexOf('X'); D) txt.countTo('X'); 2020-08-28, 7333👍, 1💬
Please add more q&A
Hi, please add interview questions and answers for mulesoft technology. 2020-07-22, 552👍, 0💬
Interview question
Have you ever worked without salary? 2020-02-20, 601👍, 0💬
How does ASP.NET maintain state in between subsequent request
How does ASP.NET maintain state in between subsequent request ? Refer caching chapter. 2019-02-05, 9116👍, 1💬
💬 2019-02-05 M.S.: There are different state management techniques Cookies,viewstate,hidden field
Is JSP technology extensible?
Is JSP technology extensible? YES. JSP technology is extensible through the development of custom actions, or tags, which are encapsulated in tag libraries. 2019-01-07, 2973👍, 1💬
How do we assign page specific attributes
How do we assign page specific attributes ? Page attributes are specified using the @Page directive. 2018-01-23, 6964👍, 1💬
Popular Posts:
How can I open a file so that other programs can update it at the same time? Your C compiler library...
How To Specify Two Background Images on a Page? - CSS Tutorials - Page Layout and Background Image D...
Can you explain Forms authentication in detail ? In old ASP if you where said to create a login page...
Enable ASP.NET polling using “web.config” file Now that all our database side is configured in order...
What does static variable mean? There are 3 main uses for static variables: If you declare within a ...