Answer: WMlScript are based on ECMAscript programming language.Some important points about WMLScript: 1.Statement is the smallest unit of the execution in WMLScript and each statement should end with the semicolon (;). 2.WMLScript is an case-sensitive scripting language. 3.Comments use in WmlScript are either be single-line (beginning with "//") or can be multi-line (bracketed by" /* "and "*/").4.We can defined literal character string by any sequence of zero's or using more characters enclosed within double ("") or a single (‘) quotes.5.The Boolean literal values correspond to either true or false.6.We can declare new variables by using keyword var (i.e. var i;) We save WMLScript file with an extension ".wmls".
WMlScript are based on ECMAscript programming language.Some important points about WMLScript: 1.Statement is the smallest unit of the execution in WMLScript and each statement should end with the semicolon (;). 2.WMLScript is an case-sensitive scripting language. 3.Comments use in WmlScript are either be single-line (beginning with "//") or can be multi-line (bracketed by" /* "and "*/").4.We can defined literal character string by any sequence of zero's or using more characters enclosed within double ("") or a single (‘) quotes.5.The Boolean literal values correspond to either true or false.6.We can declare new variables by using keyword var (i.e. var i;) We save WMLScript file with an extension ".wmls". Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
There should not be any Spelling Mistakes.
There should not be any Gramatical Errors.
Answers must not contain any bad words.
Answers should not be the repeat of same answer, already approved.