answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: When the application of module?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is SAP PP module abbreviation?

system application product production planning module


How do you link two modules in symfony?

if the modules are in the same application,use the syntax module/action, if the module is in another application use an absolute URL


Which accounting application you prefer most and why?

The payment module because that is how I get paid.


What is doscalls dll?

Process doscalls.dll named "doscalls.dll Module" is an application library associated with application OS/2. Doscalls.dll is a process started by the doscalls.dll Module. The process is still being reviewed, and detailed information about this process will be available later.


What is a module in visual basic?

A Module is a file that stores many things such as subroutines, function, enumerations and other stuff so that you can use it in your application in a more organized way.


What kind of CPU is needed to run the Cisco Application-Oriented Networking Module Expansion module?

That module goes into any of about a hundred Cisco routers.These generally use lower powered CPU's.So not much processing power is required.


Which module displays list of users on boot in Linux?

This isn't really a module. In Linux a module is something you load into the kernel or into an application to extend their capabilities. The X client that displays a user list for login purposes is called a "display manager."


What is an applet?

An applet is a small program module which runs under the control of a larger application, for example a web browser.


What is the module in AngularJS?

In AngularJS, a module is a container that encapsulates a set of related components such as controllers, services, directives, and filters. It is defined using the angular.module function, which takes two parameters: the module name and an array of dependencies. Modules provide a way to organize and reuse code across different parts of an application, making it more modular and easier to maintain. They also enable developers to use dependency injection to inject the required services and components into other parts of the application. In addition, modules provide a way to configure the application by defining routing, settings, and other configurations. Jai Infoway Provide services


What is the Livelink module?

Livelink (IRIMS) module is an e-business application; and is a fully integrated function accessed through a Web browser. Its services include virtual team collaboration, business automation, enterprise group scheduling, and information retrieval services.


Why is UDP needed Why cannot a user program directly access IP?

IP doesn't contain the logic needed to support the various user applications. For each type of application, such as file transfer, a separate module is needed that is peculiar to that application.


How do you develop a API centric application in PHP?

Put all the sql queries required by the application to get relevant data in a single file or folder and you have an API centric php module. The application prefarably a mobile app or software application processes the queries and obtains necessary information to display at the front-end. Long story short, do not build the entire application using PHP. Just use PHP for backend