由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - another Java interview Question
相关主题
can applet implements runnable?JAVA DOC 的问题
问一个特别土的问题问一个版权的问题 (转载)
interface和implementation classa question on interface
How does a client find and connect to a specific一个event model的概念级的问题
Re: Can create a Interface object, why?comparable interface in generic container
[转载] help please on JavaWindows 下 Java console application 的问题
问题征解Split a String into valid English words
这个方法到底如何调用的?Why java.lang.Iterable depends on java.util.Iterator
相关话题的讨论汇总
话题: dictionary话题: question话题: interface话题: string话题: public
进入Java版参与讨论
1 (共1页)
c*******n
发帖数: 112
1
/*
Below is an interface representing a dictionary, and two different
implementations of the dictionary interface. Assume you are writing
a program that needs to make use of a dictionary. How would you
choose which implementation to use?
*/
public interface Dictionary{

/**
* Adds an entry to a dictionary.
*/
public void addEntry( String word, String definition );
/**
* Removes an entry from a dictionary.
*/
public void
g*****g
发帖数: 34805
2
To be honest, we don't mind your asking interview questions here.
But you should respect people's time on it. Get together your
thought on interview question and get straight to the point that
you are confused, and you'll be better served.

【在 c*******n 的大作中提到】
: /*
: Below is an interface representing a dictionary, and two different
: implementations of the dictionary interface. Assume you are writing
: a program that needs to make use of a dictionary. How would you
: choose which implementation to use?
: */
: public interface Dictionary{
:
: /**
: * Adds an entry to a dictionary.

c*******n
发帖数: 112
3
you are think too highly of yourself. I do not have any confusion regarding
this question.
To share interview question could benifit other people, maybe not you. But,
you should discourage this behavior.
1 (共1页)
进入Java版参与讨论
相关主题
Why java.lang.Iterable depends on java.util.IteratorRe: Can create a Interface object, why?
Help: could not find deserializer. Thx[转载] help please on Java
deserializer probelm.Ignore upper. Thx问题征解
几个问题这个方法到底如何调用的?
can applet implements runnable?JAVA DOC 的问题
问一个特别土的问题问一个版权的问题 (转载)
interface和implementation classa question on interface
How does a client find and connect to a specific一个event model的概念级的问题
相关话题的讨论汇总
话题: dictionary话题: question话题: interface话题: string话题: public