Skip to main content

Featured

Game Development Tutorials In Android

Game Development Tutorials In Android Hi Guys,                 We are shortly started Game Development Tutorials in Android Studio. So everyone supports me and share this blogs to your friends. Guys, At this time everyone is freely available to source code and we are provide a video for step by step game developments. you are learn free and feel free to support us. Guys, if you have any question to me, so feel free to comment us. I will try to answer all the question as long as possible.                                                     Thank's                                                                          ...

Syntax to provide the initialization parameter in Context scope

Question : Syntax to provide the initialization parameter in Context scope

Ans : 
The context-param element, subelement of web-app, is used to define the initialization parameter in the application scope. The param-name and param-value are the sub-elements of the context-param. The param-name element defines parameter name and and param-value defines its value.
1.     <web-app>  
2.      ......  
3.           
4.       <context-param>  
5.         <param-name>parametername</param-name>  
6.         <param-value>parametervalue</param-value>  
7.       </context-param>  
8.      ......  
</web-app>  


If this information is important to you , and you want to , I will continue writing some more details of programming language, so click on the advertising, available on this page. This is motivate me for writing some more blogs.

Comments