Difference between API and Assembly 1 Answer(s) 4 years and 10 months ago
Posted in : Java Beginners
View Answers
August 13, 2008 at 1:28 PM
Hi friend,
Points to be remember :
API
*) API Stands for "Application Program Interface"
*) It is sometimes referred to as an "Application Programming Interface."
*) It is a set of commands, functions, and protocols.
*) It build software for a specific operating system.
*) It allows programmers to use predefined functions.
*) It interact with the operating system.
Assemblies
*) It is a logical unit of code.
*) It stored as EXEs or DLLs while JAR files are stored in the ZIP file format.
*) It can contain one or more files.
*) It gives Metadata about the classes.
*) The files can include any file types like image files, text files etc.along with DLLs or EXEs.
*) If you compile source code by default the exe/dll generated is actually an assembly.
*) The security permissions, code deployment,and versioning are done at the assembly level.
*) Every assembly file contains information about itself. This information is called as Assembly Manifest.
Thanks
vineet
Related Pages:
Difference between API and Assembly - Java Beginners DifferencebetweenAPI and Assembly Can anybody tell me what is the diffrenece betweenAPI's and assemblies? Hi friend,
Points to be remember :
API
*) API Stands for "Application Program Interface
difference difference what is the differencebetween the JDBC-ODBC bridge, the Native-API-Partly-Java driver, and the JDBC-Net-All-Java Driver is the placement of the database access libraries
Please visit the following link
difference
difference differencebetween hashtable and hashtree
difference
difference what's the differencebetween mysql and sql
What is the difference between EJB 3.0 and JPA - Framework
What is the differencebetween EJB 3.0 and JPA What is the differencebetween EJB 3.0 and JPA. How can they work together.
Does EJB 3.0 need...; Hi friend,
The Java Persistence API, sometimes referred to as JPA
what is the difference between jdk 1.4 and 1.5 and 1.6
what is the differencebetween jdk 1.4 and 1.5 and 1.6 what is the differencebetween jdk 1.4 and 1.5 and 1.6
Java 1.4 Features...) support
- Non-blocking nio (new input/output)
- Logging API
- Image i/o api
Difference
Difference What Is the differencebetween JDK & SDK
difference
difference differencebetween thread and process in java
Differencebetween Process and Thread:
1)Process is a program under execution whereas Thread is a part of program.
2)Process are heavy weight programs which
difference
difference differencebetween Method Overloading and method Overriding
Differencebetween Method Overloading and Method Overriding:
Overriding is the concept of having functions of same name and signature
Difference between Mysql and SQL Differencebetween Mysql and SQL hello,
What is the differencebetween Mysql and SQL??
hii,
SQL is structural quary language but mysql is database package
Difference between Timer and Thread? Differencebetween Timer and Thread? Can anyone tell me about the differencebetween Timer and Thread, Why we need to have Timer in case we have Thread implimentation startegy in Java
Difference between JSP and Servlets Differencebetween JSP and Servlets What is the differencebetween JSP and Servlets ?
JSP is used mainly for presentation only. A JSP can only be HttpServlet that means the only supported protocol in JSP is HTTP
difference between lock and synchronization differencebetween lock and synchronization Hi,
I am new in java please anyone tell me differencebetween lock and synchronization in java.
its urgent.
Thank in advance
Please visit the following link:
Lock
Difference between SCJP Exams Differencebetween SCJP Exams What is the differences between SCJP 5 (310 - 055) exam and SCJP 6 (310 - 065) exam???
Thank You In Adv
Difference between forward and sendRedirect Differencebetween forward and sendRedirect What's the differencebetween forward and sendRedirect?
RequestDispatcher.forward() and HttpServletResponse.sendRedirect() are the two methods available for URL redirecting
Difference between ServletContext and ServletConfig Differencebetween ServletContext and ServletConfig What is the differencebetween ServletContext and ServletConfig?
ServletContext :Defines a set of methods that a servlet uses to communicate with its servlet
Difference between translate and replace Differencebetween translate and replace hiii,
What is the differencebetween translate and replace?
hello,
Replace replace every instence of character with character sting by the given charator of string
Difference between GET and POST Differencebetween GET and POST Differencebetween GET and POST ?
The differencebetween a GET and a POST is the way data is transferred to a servlet. With a GET, the URL will show each name/value pair on the query
difference between applet and swings differencebetween applet and swings what are the major differencebetween swing and applets
Hello Friend,
Differences:
1) AWT stands... this feature is not supported by AWT.
Thanks
Hi Friend,
Difference
Difference between http and https Differencebetween http and https Difference b/w HTTP and HTTPS
please provide answer in tabular form.
Hi Friend,
Differences:
1)HTTP is hyper text transfer protocol which is responsible for transmitting
Difference between error and exception ???????? Differencebetween error and exception ? Can we handle a error in java if yes than give an code of an example?
Differencebetween error and exception handling.......
Exceptions are things you can create/throw
Difference between Struts and Spring Differencebetween Struts and Spring What are the differencebetween Struts and Spring?
Hi Friend,
Differences:
1)Struts is a web framework while Spring is not.
2)Spring is a Layered Architecture while Struts
difference between $message and $$message differencebetween $message and $$message What is the differencebetween $message and $$message?
Hi friends,
$message is a simple variable whereas $$message is a reference variable.
Example:
$name = 'Bharat
What is the difference between a constructor and a method?
What is the differencebetween a constructor and a method? Hi,
What is the differencebetween a constructor and a method?
Hi,
I have found a good link of Java program related to differencebetween constructor
Difference between jsonstring and json object Differencebetween jsonstring and json object Is There any differencebetween JsonString and jsonobjectA? if there is any differece could any one explain with example.
Thanks
venkatesh
Difference between TRUNCATE and DELETE commands Differencebetween TRUNCATE and DELETE commands hii,
What is the differencebetween TRUNCATE and DELETE commands?
hello,
TRUNCATE is a DDL command whereas DELETE is a DML command.
TRUNCATE is much faster than
calculate difference between two dates
calculate differencebetween two dates hi,
I was actually working on to calculate the number of days between two dates of dd/mm/yyyy format... the differencebetween the two dates
Difference between MVC1 And MVC2 - Struts Differencebetween MVC1 And MVC2 HI Friends,Can u Give me differencebetween mvc1 and mvc2. Thanks Prakash Hi Friend,
Please visit the following link:
http://www.roseindia.net/struts/mvc-architecture.shtml
Difference between and merge and update in hibernate Differencebetween and merge and update in hibernate What is differencebetween and merge and update in hibernate?
Use update() if you are sure that the session does not contain an already persistent instance