GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Placement Papers  >  Manhattan Associates  >  Java
Go To First  |  Previous Question  |  Next Question 
 Java  |  Question 8 of 17    Print  
A question on "interface"


  
Total Answers and Comments: 2 Last Update: November 24, 2005   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 17, 2005 08:27:24   #1  
Nitin        

RE: A question on "interface"
interfce contain method that are implemented by classes. interface also contain constant. interfaces are used to support mutiple inheritence that java does not support directly.
 
Is this answer useful? Yes | No
November 24, 2005 03:09:34   #2  
Sushil        

RE: A question on "interface"
Interface is design on which class is built.Interface is a java defined type.
 
Is this answer useful? Yes | No

 Related Questions

Which of the following 2 methods executes faster ?class Trial { String _member; void method1() { for(int i=0;i<2048;i++) { _member += "test"; } } void method2() { String temp; for(int i=0;i<2048;i++) { temp += "test"; } _member = temp; } } (a) method1() (b) method2() (c) Both method1() and method2() takes same time for execution
(b)Accessing method variables requires less overhead than accessing class variables. 

(a) 
Latest Answer : an exception of NumberFormat will be thrown ...

How many String objects are created by the following statements ?String str = " a+b=10 "; trim(str) str.replace(+,-);(a) 1 (b) 2 (c) 3 (d) 4
(c)Strings are immutable. So, for each String operation, one new object is generated. 

Latest Answer : Interface is design on which class is built.Interface is a java defined type. ...

Latest Answer : Static Methods over loading is of no use for example the below code will produce a output of B.m1 C.m1 C.m1 if we remove static in those functions we will get an ouput of  B.m1 C.m1 B.m1 class C{   static ...



 Sponsored Links

 
Related Articles

Service Oriented Java Business Integration Review

Service Oriented Java Business Integration Review Introduction If you ve read through the texts which give you an introduction to SOA or Web Services you will often find them to be quite frustrating and the reason for this is because they spend too much time referencing business processes which are
 

High-Speed Serial Interface (HSSI)

High Speed Serial Interface HSSI HSSI is High Speed Serial Interface was first developed by Cisco systems and the main purpose was to solve high speed requirement issues The main application of HSSI is on the Wide Area Networks and it helps to enhance the data flow speed on these networks It can wor
 

Fiber Distributed Data Interface (FDDI)

Fiber Distributed Data Interface FDDI The Fiber Distributed data interface or the FDDI is a 100 mbps line using the LAN network and is connected through a fiber optic cable The FDDI technology is used where the networks need a high speed bandwidth and need to cover huge distances than the copper wir
 

Java and Client Server Models

Java and Client Server Models The Role of Client Servers on the Web Client server models provide the essential mechanisms for working with the Internet In fact most of the World Wide Web is built according to this paradigm In client server models the web browsers run by millions of users are the cli
 

Using UML with Java

Using UML with Java While Java is not a new language its application for the development of embedded systems is quite new Developers are beginning to take a second look at modeling languages such as UML and many feel it can be a powerful tool in their development arsenal mosgoogle center Introductio
 

Java Technology Trends

Technology Trends Involving Java Java is an object oriented programming language OOP for Web browsers It is organized around data rather than actions and supports polymorphism which allows the same code to be written generically so it can function with different datatypes inheritance which allows on
 

Why It is Important To Focus On Java Exceptions For Your Programs

Why It is Important To Focus On Java Exceptions For Your Programs If you work with Java it is important to understand exceptions Exceptions are uncanny situations that can destroy the normal behavior of a program mosgoogle They are common in the Java programming language and it is something you will
 

Important Features of Java - Multithreading, AWT

Important Features of Java Multithreading AWT In this tutorial you will learn about Important Features of Java Multithreading AWT and Event Handling Networking Socket and Database Connection mosgoogle There are many features of Java Some of them namely are explained below Multithreading A fundamenta
 

What You Should Know About Java XML

What You Should Know About Java XML XML is a format that has become an important part of information technology In addition to this the combination of Java and XML have become very important for those who work with back end business components mosgoogle Combining Java with XML has allowed developers
 

Java Overview

Java Overview Java is a programming language that is object oriented It was created in the 1990s by James Gosling who worked with Sun Microsystems While most programming languages are designed to be compiled in to basic code Java is designed to be compiled to bytecode mosgoogle This bytecode can the
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape