Salesqueen Software Solution

Download Free Estimation Now Click Here
Dinesha G
@dinesha-g
Reputable Member
Joined: Jul 25, 2022
Last seen: Aug 2, 2022
Topics: 199 / Replies: 262
Reply
RE: can you tell the use of a namespace in Web Development?

A namespace is a declarative area that gives the names of the types, functions, variables, etc. inside of it a scope. Code is arranged logically into ...

3 years ago
Reply
RE: What is the difference between SOAP and REST?

SOAP is a protocol. REST is an architectural style. JAX-WS is the java API for SOAP web services. JAX-RS is the java API for RESTful web s...

3 years ago
Reply
RE: Explain how can you refer to CSS file in the web page.

CSS can be integrated directly into the HTML document or attached as a separate file. Three approaches can be used to incorporate CSS into an HTML doc...

3 years ago
Reply
RE: How to reduce load time of a web application?

A contemporary online application includes several layers, each of which has its own set of optimization guidelines. Let's think about a straightforwa...

3 years ago
Reply
RE: Mention the difference between CDATA and PCDATA in DTD.

CDATA is used to unparse the data or text immediately following the employee part, providing the employee's value: (Parsed Character Data) PCDATA: An ...

3 years ago
Reply
RE: Can you tell about DTD (Document Type Declaration)?

An instruction that links a specific XML or SGML document (such as a webpage) with a document type definition (DTD) is known as a document type declar...

3 years ago
Reply
RE: What do you mean by long polling?

Long polling, which doesn't employ a specific protocol like WebSocket or Server Side Events, is the simplest method of maintaining a connection with a...

3 years ago
Reply
RE: What do you mean by an E-Tag and how does it work?

The HTTP protocol used by the World Wide Web includes the ETag, or entity tag. It is one of the Web cache validation mechanisms that HTTP offers, enab...

3 years ago
Reply
RE: How does CORS works?

CORS enables the server to expressly whitelist particular origins, allowing the server to get around the same-origin policy. Each response will have a...

3 years ago
Reply
RE: What is CORS?

A browser feature called cross-origin resource sharing (CORS) permits managed access to resources that are outside of a certain domain. It expands and...

3 years ago
Reply
RE: What web developer should know?

HTML, CSS, and JavaScript knowledge are prerequisites for working as a web developer. Learning about CSS and CSS frameworks is also advised. Your abil...

3 years ago
Reply
RE: What do you mean by web development?

The developing, constructing, and maintaining of websites is referred to as web development. It covers things like web publishing, web programming, da...

3 years ago
Topic
Replies: 2
Views: 120
Page 7 / 31