What is TLD?

This question is related to Oracle Interview

Showing Answers 1 - 9 of 9 Answers

bala

  • Apr 29th, 2005
 

Tab lib descriptor file. 
In this file taglib loaction,parameters are defined.

  Was this answer useful?  Yes

Scott

  • May 16th, 2005
 

Tag Library Descriptor - File used to describe the tags (and their class locations) that belong to a given custom jsp tag library. An example of which would be: 
 
 
PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" 
"http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> 
 
1.0 
1.2 
Security Tag Library 
 
login 
my.package.structure.tags.LogInTag 
JSP 
 
val 
true 
true 
 
 
equals 
false 
true 
 
 
 
page 
taglib.PageTag 
JSP 
 
val 
true 
true 
 
 

  Was this answer useful?  Yes

kylejiang

  • Nov 4th, 2005
 

Tag Library Descriptor

  Was this answer useful?  Yes

leons0133

  • Feb 12th, 2011
 

TLD is Top level domain. It is located in the right hand part of the domain name. The commonly used TLD are .com, .net, and .org. The .biz, .info and .ws are also used.

  Was this answer useful?  Yes

harris

  • Nov 30th, 2011
 

! TLD is Top level domain, and usually the cheapest domain are dot info

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.