<mx:Label text="Hello, world! Saras IT"/> </mx:Application>
<mx:Label text="Hello, world! Saras IT"/> </mx:Application>
<HTML> <BODY> <% out.println(” Saras IT”); %> </BODY> </HTML>
Sub Main() System.Console.WriteLine(“Saras IT”) End Sub End Module
use strict; print ‘Hello, world’; print ‘Saras IT’;
{ Response.Write(“Saras IT”); }