{
res.send(‘Saras IT’)
})
You may also like
<note> <to>Hello world!</to> <from>Saras IT</from> </note>
{ Response.Write(“Saras IT”); }
INSERT INTO hello_world VALUES (‘Saras IT’); EXEC SQL COMMIT;
<HTML> <BODY> <% out.println(” Saras IT”); %> </BODY> </HTML>