问题:
1.what is oracle.
2.what is major differenece oracle8i and oracle9i.
4.tell me some thing ur self.
5.please tell me about oops.
6.what is single inheritance.
7.what is multiple inheritance.
8.can java support multiple
inheritance.
9.what is interface.
10.what is differenec between abstract class and interface.
11.how to u prove that abstrace class cannot instantiate directly.
12.what is differenece between string and stringbuffer.
13.what is immutable
14.how to write a program using
sort program.
15 how to write a program using unsort program.
16.what is legacy.
17.what is legacy api
18.what is legacy interface.
19.what is main difference hashmap and hastable
20.what is main difference between arraylist and vector.
21.what is struts framework.
22.what are distributed techonologies.
23.what is advantage and disadvantage of distributed techonologies.
24.what is main difference between jsp and servlets.
25.what is difference between procedure and functions.
26.what is jdbc.
27.what are type of drivers.
28.what is type 4 driver.
29.how to collect requuirements form u r client.
30.which process use in ur
project.
31.what is deployment
descriptor.
32.what is heirarchy of files in struts.
33.please draw struts frame wrok.
34.please draw j2ee architecture.
35.please draw mvc-2 architecture.
36.please draw that how design op module.
37.how to find a file on linux.
38.how to configure weblogic8.1
on linux.
39.why you use struts framework in ur project.
40.what is platfrom independent
41.what is awt and swing.
42.what is heavy wieght components.
43.what is feature of weblgoic8.1.
44.why you choose application
server on linux and database server
on aix.
45.please tell me about ur project.
46.what is major concepts in oops.
47.why u choose mvc-2 architecture.
48.what is implicit object.
49.how many implicit objects in jsp
50.why choose weblogic8.1 other than any applicationserver.
51.what is water fall model vs sdlc
52.what is use of dataflowdiagrams
53.wha t is ip in ur project.
54.what about reception module
答案:
1. Oracle is an RDBMS product with DDL and DML from a company called Oracle
Inc.
2. Difference between 8i and 9i is given in the Oracle site
3.
Question not available
4. Something
5. oops is Object Oriented
Programming
6.what is single inheritance.
ans:one class is inherited
by only other one class
7.what is multiple inheritance.
ans:One class
inheriting more than one class at atime
8.can java support multiple
inheritance.
ans:No
9.what is interface.
ans:Interface has only
method declarations but no defn
10.what is differenec between abstract
class and interface.
ans:In abstract class some methods may contain
definition,but in interface every method should be abstract
11.how to u
prove that abstrace class cannot instantiate directly.
ans:As they dont
have constructor they cant be instantiated
12.what is differenece between
string and stringbuffer.
ans:Strings are immutable where as string buffer
can be modified
13.what is immutable
ans:Which cant be
changed
14.how to write a program using sort program.
15 how to write
a program using unsort program.
ans: Both can be done using
javascript
This is for Sort
function SelectTextSort(obj) { // sort by
text
var N=obj.options.length;
for (var i=0;i<>
for (var
j=i+1;j<>
if ( obj.options[i].text > obj.options[j].text )
{
var i1= (obj.options[i].selected == true ) ? true : false
var j1=
(obj.options[j].selected == true ) ? true : false
var q1 =
obj.options[j].text;
var q2 =
obj.options[j].value;
obj.options[j].text =
obj.options[i].text;
obj.options[j].value =
obj.options[i].value;
obj.options[i].text = q1;
obj.options[i].value =
q2;
obj.options[i].selected = (j1 && true ) ? true :
false
obj.options[j].selected = (i1 && true ) ? true :
false
}
}
}
return true
}
16.what is
legacy.
17.what is legacy api
18.what is legacy interface.
ans:
legacy is something that is old in terms of technology/ system
19.what is
main difference hashmap and hastable
ans:Hash table is
synchronised
20.what is main difference between arraylist and
vector.
ans:Vector is synchronised
21.what is struts
framework.
22.what are distributed techonologies.
distributed
technologies means any technology / s/w program that are having many components
in multiple environments that interact with each other depending on the
functional requirements and design.
23.what is advantage and disadvantage
of distributed techonologies.
language is avoided. Application can be built
flexible to meet requirements. Division of labour is possible. Best of all the
technologies and platforms can be optimally utilized. Complexity of requirements
can be reduced.
25.what is difference between procedure and
functions.''
ans:Fuctions can return value ,procedures cant return
value
26.what is jdbc.
ans:Connecting to DB from java program requires
JDBC
27.what are type of drivers.
type1,2,3,4
29.how to collect
requuirements form u r client.
is not a job of a technical person. It is
better for a BA to do it.
30.which process use in ur
project.
Generally u can say:
Project related process: Analysis,
Design, Sign-off Documents, Implementation, Integration, Testing, UAT
Work
related process:
Technical Design, Work Allocation, Code Review Checklist,
Unit Test Form will be prepared by the Project Lead and given to the
developer.
Developer prepares the Unit Test Case
Implements Code,
Performs Test
Submits Code through CVS / VSS
Submits documents along
with Release Checklist to the tester / leader.
31.what is deployment
descriptor.
ans:Which contains the infrnmation like which file to be
used
40.what is platfrom independent
ans:A language is said to be
platform independent if it can be run on any machine with out modifying
code
41.what is awt and swing.
ans:AWT are heavy weight components and
swings are light weight components
46.what is major concepts in
oops.
ans:Abstraction,polymorphism,encapsulation,inheritance
47.why u
choose mvc-2 architecture.
ans:In MVC-2 controller is servlet rather than
JSP which makes it efficient
48.what is implicit object.
ans:Implicit
objects are a set of Java objects that the JSP Container makes available to
developers in each page
49.how many implicit objects in
jsp
ans:out,page,session,request,response,application,page context,config
分享到:
相关推荐
在Java英语面试中,了解计算机硬件和术语是非常重要的,因为它们常常被用来测试候选人的基础知识。以下是一些关键概念的详细解释: 1. **个人计算机(Personal Computer, PC)**:指的是我们通常使用的桌面或笔记本...
Java编程语言在面试中是常考的科目,尤其...在准备Java英文面试时,理解这些概念是非常重要的,因为它们反映了候选人对语言核心概念的掌握程度。同时,熟悉英文编程能够帮助你在国际化的开发环境中更好地沟通和协作。
### Java英语面试题详解 #### 1. 什么是瞬态变量? 在Java中,瞬态(transient)变量是一个特殊类型的变量,它被用于标记一个类中的某个成员变量,表明这个变量不应该被序列化。当一个对象被写入到一个`...
### Java 英语面试题详解 #### 多态性(Polymorphism) 多态性是面向对象编程的一个核心概念,其基本含义为“一个接口多种实现”。在 Java 中,多态性主要体现在以下两个方面: - **方法重载(Method Overloading...
Java英文面试题目大全 Java英文面试题目大全是涵盖了基本上面的Java英文面试题目和答案的集合,本文将详细解释每个问题的答案,并将相关知识点总结为以下部分: 一、Interface和Abstract Class的区别 Interface和...
在IBM的Java英文面试中,面试官可能会提出各种问题来测试候选人的技术能力和项目经验。以下是一些面试题目的详细解答: 1. **Oracle**:Oracle是一家全球知名的数据库管理系统提供商,其产品包括Oracle数据库,广泛...
在Java软件开发领域,英语面试是评估候选人技术能力、沟通技巧以及压力处理能力的重要环节。以下是一些常见的Java英语面试问题及解析: 1. **自我介绍** 面试官可能会让你简单介绍一下自己,包括教育背景、工作...
本合集主要包含两部分:Java英文面试资料和思科学院的电子教材,旨在帮助求职者或自学者提升在英文环境下的Java技术理解与应用能力。 首先,让我们深入探讨Java英文面试中的常见知识点。在"java英文面试.docx"和...
NULL 博文链接:https://jinchun1223.iteye.com/blog/466291
### Java 英语面试题详解 #### Q1. 如何让 Java 类直接将程序消息输出到系统控制台,而错误消息则输出到文件? 在 Java 中,可以通过 `System` 类来实现这一功能。`System` 类包含两个重要的静态变量:`out` 和 `...
[Wrox] Java 编程面试揭秘 英文版 [Wrox] Java Programming Interviews Exposed E Book ☆ 图书概要:☆ If you are a skilled Java programmer but are concerned about the Java coding interview process ...
Java 技术英文面试题 Java 技术英文面试题是 Java 开发者面试中常见的问题,这些问题涵盖了 Java 的多个方面,包括容器、多线程、集合 API 等。 容器和布局管理 在 Java 中,容器是指可以包含其他组件的组件,...
2022年IBM Java英文面试题 本文档提供了2022年IBM Java英文面试题的详细解释和答案。面试题涵盖了Java基础知识、面向对象编程、集合框架、多线程、网络编程、数据库编程等多方面的知识点。 1. 什么是 Oracle? ...
常见Java面试问题,里面涵盖了基础的Java面试问题,有助于准备面试
### Java 英文笔试面试题知识点详解 #### 接口(Interface)与抽象类(Abstract Class)的区别 在 Java 中,接口(Interface)与抽象类(Abstract Class)都是用于实现多态的重要工具,但它们之间存在一些关键的...
在准备Java相关的英语面试时,理解并掌握一些关键概念和技术是至关重要的。这份"java英语面试题大集合(网上搜索整理).doc"文档很可能是针对Java开发者的一份全面的面试问题集,它涵盖了语言基础、面向对象编程、框架...
11. **英文版面试题**:Java面试题和答案(英文版).doc提供了英文面试环境下的准备材料,有助于提高英文技术交流的能力。 通过阅读和理解这些文档,你可以系统地复习和准备Java面试,同时,针对不同的面试阶段(如...
Java编程语言在面试中常常涉及各种技术点,包括序列化、布局管理器、同步机制、集合API、迭代器以及抽象类与接口的区别等。以下是对这些知识点的详细解释: 1. **临时变量(Transient Variable)**: - `transient...
IBM java 英文面试题,有兴趣的朋友可以看看!!!