Answer Posted / neema
a text which is linked to another file is called as hyper
text... <A HREF> </A> tag is used to link a hyper text.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can we declare the static variables and methods in an abstract class?
What is a heavyweight component?
What is parameters example?
Write a program to print the pattern given below
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
Can we call thread start () twice?
what is server side caching?
What is the meaning of nullable?
Is arraylist dynamic in java?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
What is charat ()?
What does super keyword do?
What is a literal coding?
Explain the importance of finally block in java?
Differentiate between stringbuffer and stringbuilder in java.