Search 5,000,000+ questions and answers.

Frequently Asked Questions

Question 2: Where can I find information on the Java development API?

SELECTservices | 6174 - MicroStation Geographics v7 FAQ
Answer: HTML document files are available in \Bentley\Program\GeoGraphics\jmdl\geo\dgn. Information on the delivered compiled JMDL examples is located in the index.html file from the \Bentley\Program\GeoGraphics\jmdl\examples\geo\dgn directory.
Related Questions

Question #2 Who determines whether an information system is an NSS?

Guidance for Agency Declassification Plans FAQs
Committee on National Security Systems () Policy No. 6, National Policy on Certification and Accreditation of National Security Systems, 1 October 2005 states "All federal government departments and agencies 2 shall establish and implement programs that mandate the certification 3 and accreditation4 of NSS under their operational control." A Primary Accrediting Authority' (PAA) or "Designated Accrediting Authority'" (DAA) is authorized to accredit a system.
Related Questions

What is the EJB 3.0 Java Persistence API (JPA)?

Frequently Asked Questions
The Enterprise JavaBeans (EJB) 3.0 specification includes an additional persistence specification called the Java Persistence API (JPA). It is an API for creating, removing and querying across lightweight Java objects and can be used both within a compliant EJB 3.0 Container and a standard Java SE 5 environment.
Related Questions

The Java API Q: When is hashCode() used?

Code Style: Java API frequently asked questions (FAQ)
The hashCode() method is used in hash-based data stores to get a "nearly unique" identifier for each object. The hash code is used to speed up the search process, so should have a high probability of being different from any other instance. It is possible for two hash codes to be the same, so the equals method is used to make an exact match.
Related Questions

Java SQL API Q: What is the driver manager?

Code Style: JDBC frequently asked questions (FAQ)
The DriverManager class is a core part of the java.sql package for Java database connectivity, it provides a registry of JDBC drivers that are loaded and available for use, and methods to get database connections using those drivers. The JDBC specification requires implementations of the java.sql.Driver interface to register themselves with the DriverManager method registerDriver(Driver) when their class is loaded through the Class.forName(String) method.
Related Questions

Question: Why do I get a NullPointerException error when trying to submit a job with the Java API?

Verity K2 Troubleshooting FAQ
When submitting a job to the indexer through the java API, you must add specifyIdxJobInfoArguments.jobProp.startArray or a NullPointerException error is returned. For example:
Related Questions

Question: How do I detach a collection from K2 using the Java Api's?

Verity K2 Troubleshooting FAQ
index to null in the collection list and save it, as in the following example: .setCollectionList(serverIndexLocation, null); .setCollectionListChange(true);
Related Questions

Question: How do I search more than one parametric index with VParametric java API?

Verity K2 Troubleshooting FAQ
Answer: To search more than one parametric index, all the parametric indexes must be created using the same parametric outline XML. Below is a snippet of code to load all the parametric index for search. String[] myArray = {"piAlias1","piAlias2",...,"piAliasN"}; RemoteContext ctx = new RemoteContext(); ctx.setServerSpec("localhost:9900"); VParametricSearch para = new VParametricSearch(ctx); for (int i=0;i<myArray.length;i++) { PI piObj=para.openPI(myArrary[i); para.
Related Questions

Where can I get more information about the Java Persistence API and Project GlassFish?

Java Persistence API FAQ
Simple Java Persistence API example with details on how to configure and run it in Java EE and Java SE
Related Questions

Development environment Q: What Java compilers are there?

Code Style: Java compiler frequently asked questions (FAQ)
The Java compiler is a program like any other and your operating system needs to know where to find the executable file. The simplest way to do this is to give the full path to the Java compiler in the command, as below for Windows...
Related Questions

Question: How do I set the proxy settings when using the K2 Spider Com/Java Object API?

Verity K2 Troubleshooting FAQ
The NetSetting class controls all aspects of network settings related to web crawling/indexing, including the proxy settings. The options related to proxy setting are: hostName, portNum, userName, password, and noProxyArray. The retry, password, and delay options are also used in conjunction with the Proxy server. See the NetSetting class in the VIndex Javadoc.
Related Questions

What is the Java 2 Platform, Enterprise Edition (J2EE)?

Java 2 Platform, Enterprise Edition (J2EE) FAQ
The Java 2 Platform, Enterprise Edition (J2EE) is a set of coordinated specifications and practices that together enable solutions for developing, deploying, and managing multi-tier server-centric applications. Building on the Java 2 Platform, Standard Edition (J2SE), the J2EE platform adds the capabilities necessary to provide a complete, stable, secure, and fast Java platform to the enterprise level.
Related Questions

What is the Java Media Framework API (JMF)?

JMF FAQ
The Java Media Framework API (JMF) specifies a simple, unified architecture to synchronize and control audio, video and other time-based data within Java applications and applets. For the purposes of this FAQ, "JMF" or "JMF API" refers to both the specification (as generated from javadoc) and the reference implementations that Sun provides with the specification. The JMF 1.0 API specifies playback behavior and was developed by Sun Microsystems, Inc., Silicon Graphics Inc., and Intel Corporation.
Related Questions

Java Server Pages API Q: Can I forward multiple requests to a single JSP?

Code Style: Java Server Pages frequently asked questions (FA...
The implicit page variable is simply a "this" reference to the JSP instance that is being invoked by the servlet container. This is an object provided by the container that fulfils the JspPage interface, and normally the HttpJspPage interface too. These interfaces are similar to the Servlet and HttpServlet interfaces and implement JSP lifecycle methods jspInit, jspDestroy and _jspService(HttpServletRequest, HttpServletResponse).
Related Questions

What is Jargon (Java API)?

FAQ - SRB
JARGON is a pure Java API for developing SRB (or other) datagrid interfaces. The API currently handles file I/O for local and SRB file systems and is easily extensible to other file systems. File handling with JARGON closely matches file handling in Sun's java.io API, a familiar API to most java programmers.
Related Questions

Do you have an API for Macintosh? Would Java work?

FAQ
Unfortunately, we do not support the Macintosh platform. In theory, however, the Java API should work.
Related Questions

Question: How do I become a volunteer for Community Development?

Frequently Asked Questions
Answer: Volunteers are needed for occasional bulk mailings (stuffing envelopes, sealing, sorting etc.) and to work on fundraising committees. If you are interested, please contact the community development office at 315-272-1533.
Related Questions

What is the Java 2 Platform, Micro Edition (J2ME technology)?

J2ME CLDC and K virtual machine: Frequently Asked Questions
The J2ME platform is targeted at consumer electronics and embedded devices. It is comprised of a set of configurations, profiles, and standard extensions that can be used to build complete Java runtime environments that meet the requirements of a broad range of devices on the market. Each combination is designed to fit specific market requirements and device capabilities.
Related Questions

return to the top Question #2: How do I get started?

Infinite Physical Therapy FAQ’s
Answer: At Infinite Physical Therapy, we've made it very easy for you to get started. When you click on Make an Appointment, you will receive a complete checklist of all you'll need to get started right away. All of the contact information for our office is located here. Typically, we can see you within 72 hours of your call, and that call is the first step in getting you back on the road to recovery.
Related Questions

QUESTION 2: What are reportable amounts?

Qualified Intermediary Frequently Asked Questions
ANSWER 2: Reportable amounts generally consist of U.S. source dividends, interest, rents, royalties and other fixed or determinable income. Amounts of accrued unpaid income, however, are not reportable amounts.
Related Questions

Question #2 What is the IDRRT?

Guidance for Agency Declassification Plans FAQs
The Investment in Detection, Response, and Recovery Technology (IDRRT) is a working group designated, established, and approved by the Subcommittee on Telecommunications Security and Subcommittee on Information Systems Security (STS/SISS) of the Committee on National Security Systems ().
Related Questions

Where can I get the Java Speech API (JSAPI)?

Java Speech API Frequently Asked Questions
The Java Speech API (JSAPI) is not part of the JDK and Sun does not ship an implementation of JSAPI. Instead, we work with third party speech companies to encourage the availability of multiple implementations.
Related Questions

What is the Java API for XML-Based RPC (JAX-RPC)?

Frequently Asked Questions
The Java API for XML-Based RPC (JAX-RPC) enables Java technology developers to build Web applications and Web services incorporating XML-based RPC functionality according to the SOAP (Simple Object Access Protocol) 1.1 specification.
Related Questions

What are the advantages of the Java Persistence API?

Java Persistence API FAQ
The Java Persistence API draws upon the best ideas from persistence technologies such as Hibernate, TopLink, and JDO. Customers now no longer face the choice between incompatible non-standard persistence models for object/relational mapping. In addition, the Java Persistence API is usable both within Java SE environments as well as within Java EE, allowing many more developers to take advantage of a standard persistence API.
Related Questions

Is there a Java API for administering EFT Server?

GlobalSCAPE - EFT Server - FAQs
If you use the Microsoft JVM then there is a "bridge" to get to COM objects, as long as you are on a Windows system that has EFT's Interface DDL registered (SFTPCOMInterface). See this URL for more details: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vjsharp/html/vjgrfDesignOverview.asp NOTE: The EFT Server COM administration tool must be run on a Windows system; access to it is therefore limited to direct connection through Java to the Windows System Service.
Related Questions

What is the difference between runtime & runtime java api?

Java FAQ - Page 10
Latest Answer: See the base class(super class) of all classes is Object class.Other wise when u creat a class ,and ... hi, all where we will use this scenario like an abstract class with out abstract methods may i know what is the use of this class?when ur not creating the object and not implementing any of the methodpublic abstract class DemoAbstract { public static void main(String args[]) { System.out.println("inside main"); } }
Related Questions

Is there a linux version of the Java communications API?

Java Communications API FAQ
We do not provide a linux implementation. But Kevin Hester has written Java communications API drivers for linux and uses our CommPort driver loading scheme to load his own gnu.io.RXTXCommDriver class. He gave us permission to disclose his web page: Sun will not be releasing the source code to reference implementations. Successful porting efforts are underway without the reference implementation source code (see previous answer).
Related Questions

Can I use the Java communications API in applets?

Java Communications API FAQ
Yes in signed applets, but no in unsigned applets (most cases). Since we do not allow unsigned applets access to any communications port under the JDK1.1 security model, you can not use the Java communications API with unsigned applets. We do plan to be compliant to JDK1.2 security model in later releases, which might allow trusted applet access to ports. The javax.comm.properties file is not intended to be edited by users.
Related Questions

Anchor(feat_api)]]What Java API's are supported? How complete is the support?

GCJ FAQ - GCC Wiki
Just look in the 'libjava' directory of libgcj and see what classes are there. Most GUI stuff isn't there yet, that's true, but many of the other classes are easy to add if they don't yet exist. I think it's important to stress that there is a big difference between Java and the many libraries which Java supports. Unfortunately, Sun's promise of "write once, run everywhere" assumes much more than a JVM: you also need the full set of JDK libraries.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact