a我考网

 找回密码
 立即注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

查看: 137|回复: 1

[考试试题] IBMJava英文面试题(附参考答案)

[复制链接]
发表于 2012-8-4 12:33:16 | 显示全部楼层 |阅读模式
 1.what is oracle.
6 T" O5 h" Z7 e  v  2.what is major differenece oracle8i and oracle9i.
3 s' r2 v5 A/ g" j3 ?  4.tell me some thing ur self.: A$ q5 _% |( j- N" Z$ I% b) V. r/ m
  5.please tell me about oops.
* }0 K  Z- a1 |/ g! r! h  6.what is single inheritance.
% z8 p* Y* H1 h. n  7.what is multiple inheritance.
1 A7 N% K3 F/ N' c: }  8.can java support multiple inheritance.
5 y4 l/ h$ {# k. ^, ?  9.what is interface.! J6 G, L) A! {/ c$ M. ?
  10.what is differenec between abstract class and interface.; g5 g' E8 b# X5 M, W# ?
  11.how to u prove that abstrace class cannot instantiate directly.
6 Y: v0 u7 v. X  12.what is differenece between string and stringbuffer.
/ f0 V/ P- @. `" {/ I$ ~/ I8 z  13.what is immutable
0 T; u! L. b& M: F( q  14.how to write a program using sort program.
% M: t& H& m2 a  15 how to write a program using unsort program.
- v, s  l2 z& T  `- t- `  16.what is legacy.& C' K/ f) Y1 I3 P, x, ~
  17.what is legacy api4 T) J& P0 k4 X3 E! U5 t$ ?5 ~
  18.what is legacy interface.3 W# Y' W! }! K
  19.what is main difference hashmap and hastable
4 R+ @( u0 b7 o! L) z  20.what is main difference between arraylist and vector.- d4 n2 X  J6 a! \/ y
  21.what is struts framework.' O9 y5 e* B  W8 P( E5 B; z
  22.what are distributed techonologies.% h+ K' U- N- V* W- \
  23.what is advantage and disadvantage of distributed techonologies.% }2 p7 u% C+ @2 |" f0 C$ |+ R
  24.what is main difference between jsp and servlets.
) {3 D4 O. r" v' f  25.what is difference between procedure and functions.
: c3 z- c5 Q# Y. Z3 Q, c4 y  26.what is jdbc.' g; m# u0 h$ d! E
  27.what are type of drivers.0 k! u" P& C+ U$ d0 \/ b
  28.what is type 4 driver.4 L+ e% X! {& M1 G# ~* n
  29.how to collect requuirements form u r client.% b* w) i# A! O
  30.which process use in ur project.
, |1 W% ^" U' x# W  P  31.what is deployment descriptor.
8 i7 A5 k5 O+ R! X: `  32.what is heirarchy of files in struts.
" a, \* l6 r+ s' S0 u6 Q  33.please draw struts frame wrok.
+ n' s' A4 d8 T/ q' P- w  Z  34.please draw j2ee architecture.( Z& k1 s0 n7 M, A4 Z" C& p
  35.please draw mvc-2 architecture.$ ]% d! t0 m2 k2 j
  36.please draw that how design op module.0 p1 _+ a, c; H& N( K+ H
  37.how to find a file on linux.
' |( |4 ~" P% _% G  K  38.how to configure weblogic8.1 on linux.5 U- {: c% N# X% ?
  39.why you use struts framework in ur project.
9 Y' r6 H0 [% P7 B% g% a- U5 y  40.what is platfrom independent/ n0 J" @; S' g( F' {- w* z
  41.what is awt and swing.
) V) R! y, A/ l; W& q5 I% B: V  42.what is heavy wieght components.
! D' F4 v: L% j7 K: ^  43.what is feature of weblgoic8.1." y$ v5 ~9 K% s# f  V+ m5 ?
  44.why you choose application server on linux and database server on aix.4 U& u, j0 o- r
  45.please tell me about ur project.0 w. I$ Z6 [1 g* E
  46.what is major concepts in oops.# O3 u6 D, }3 P* {0 a
  47.why u choose mvc-2 architecture.8 X7 O! j0 r* @8 `
  48.what is implicit object.( k/ I5 Q" P- p3 H6 ~! X) D
  49.how many implicit objects in jsp
8 W# R) n! O. I5 z3 Z) X1 ]) e# ?  50.why choose weblogic8.1 other than any applicationserver.
6 n$ T8 h* k0 S0 H1 p) t5 F2 o  51.what is water fall model vs sdlc# P& p9 H- G6 L2 P
  52.what is use of dataflowdiagrams
6 p9 K0 [; U- k" r0 ~" ~  53.wha t is ip in ur project.( n8 I0 K, X! R1 ^: F/ I
  54.what about reception module
回复

使用道具 举报

 楼主| 发表于 2012-8-4 12:33:17 | 显示全部楼层

IBMJava英文面试题(附参考答案)

1. Oracle is an RDBMS product with DDL and DML from a company called Oracle Inc." k5 v* d) `+ Q  d
  2. Difference between 8i and 9i is given in the Oracle site
2 i! P. l" c4 u3 p- Y  3. Question not available
, d1 i3 H. c( e& n; ?4 w) [  4. Something: K" Q5 O5 c  f$ m4 S8 |7 [
  5. oops is Object Oriented Programming0 g% S$ d; |0 }9 Z& Q* `( o" Z+ T2 X
  6.what is single inheritance.: M2 n. {* ]. K( x  `/ B
  ans:one class is inherited by only other one class2 F7 M: q: _' f2 Y# n& s8 z! {
  7.what is multiple inheritance.
6 N+ v7 R# e: _1 _' S6 Z; m. x  ans:One class inheriting more than one class at atime
! [# N( q% O2 p# S* p3 ?  8.can java support multiple inheritance.1 w+ `5 z* V- W( U
  ans:No! ]/ J, ^1 `- f. B1 l9 U. x- ]
  9.what is interface.
1 d- U8 V+ p7 B/ ]' z  S! @, I/ j  ans:Interface has only method declarations but no defn# L. W" {/ M, F% {( B3 o+ q" G4 Y6 L
  10.what is differenec between abstract class and interface.
  n& D& Y8 v$ V- I1 i  ans:In abstract class some methods may contain definition,but in interface every method should be abstract
8 z+ q& z( ^% ?! m" i% ]  11.how to u prove that abstrace class cannot instantiate directly.
9 e7 ~. l, F7 T1 v2 c, C  ans:As they dont have constructor they cant be instantiated
. n0 ]: I; K1 g. |  12.what is differenece between string and stringbuffer.
8 @( h: p6 B$ y  ans:Strings are immutable where as string buffer can be modified, L+ [0 Y, T4 B, z6 z- J# {
  13.what is immutable
: ^1 x0 ]7 \  U+ F( L" K  ?  ans:Which cant be changed
) {$ y  `/ c; a  14.how to write a program using sort program.
+ D1 J+ t% b: Y+ a& g& k2 S8 r  15 how to write a program using unsort program.
& @, l5 j1 K& Y$ _( L. @  ans: Both can be done using javascript- o  X' D6 G; _* U, z
  This is for Sort
9 H( T8 j2 ], [* W. d  function SelectTextSort(obj) { // sort by text
, t8 P, F( X/ `  p% j+ C  var N=obj.options.length;
' \$ X; t* j( A  for (var i=0;i ' s3 s5 P. o3 I. B1 `/ t, T* d1 J9 n
  for (var j=i+1;j 9 D: R9 d0 @; q
  if ( obj.options.text > obj.options[j].text ) {( D1 ?0 r* _* J( v
  var i1= (obj.options.selected == true ) ? true : false
5 |7 G. z% d8 z  var j1= (obj.options[j].selected == true ) ? true : false$ \1 C# h1 U. F% d6 B
  var q1 = obj.options[j].text;' g% z/ ~7 Q0 G
  var q2 = obj.options[j].value;
+ G9 d$ ]8 j- f7 K7 Y- A7 g  obj.options[j].text = obj.options.text;1 [, _" P, d( g
  obj.options[j].value = obj.options.value;+ T' C) Z* |) l5 m! S$ ^% k" G& }
  obj.options.text = q1;3 D0 _. l8 c3 b, w5 w6 r% D: b
  obj.options.value = q2;2 A8 Z+ G2 G, z/ H
  obj.options.selected = (j1 && true ) ? true : false
' k1 K  w4 n8 |, T  obj.options[j].selected = (i1 && true ) ? true : false
/ o* x: u+ ]' j  F- W# a, C5 W  }
. o+ `6 D6 r$ b0 V- \  }
( H9 r  V1 m, Z3 b3 A  }1 v3 R/ ^( u1 }2 a0 S
  return true8 z; a! J+ Q/ e
  }) L9 l, D* e; I: s" r# a. s
  16.what is legacy.1 Y" V0 T, v' Y. L5 \4 v) d$ m
  17.what is legacy api: v4 o- n, a1 X# L0 n7 ?
  18.what is legacy interface.7 x# @, I0 a5 s, _/ f' n* B
  ans: legacy is something that is old in terms of technology/ system$ N; g6 t& c& Y; v6 _
  19.what is main difference hashmap and hastable
3 S: d0 _- I/ g& ^* m5 [  Y0 o  ans:Hash table is synchronised
, o8 G2 m- D& Z7 D, c( r2 Q; J/ t  20.what is main difference between arraylist and vector.! J9 M. H; }$ K  I' V
  ans:Vector is synchronised, ?- a3 Z) P% {3 x% K
  21.what is struts framework.0 e. S/ L3 O: B2 e7 @
  22.what are distributed techonologies.4 r+ T  k8 J1 ~0 c& y8 l0 D7 P/ O& h2 z
  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.
- I3 O* p' Q, m( ~' G+ H! ?  23.what is advantage and disadvantage of distributed techonologies.
( R6 q! w0 c* P1 o  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.% o$ }+ w$ V4 K: J! l7 q3 c
  25.what is difference between procedure and functions.''+ l* Z* _0 O1 r" q  A& \
  ans:Fuctions can return value ,procedures cant return value8 G6 M5 t8 L" V$ }
  26.what is jdbc.3 m# w, d& }$ T7 L: W
  ans:Connecting to DB from java program requires JDBC
* I5 }! B# e# l, j* M7 E) i  27.what are type of drivers.: D. L6 F3 C+ P# I
  type1,2,3,4
; p/ r7 `; O# ]$ o6 I  29.how to collect requuirements form u r client.
2 @( `, }; _& S  is not a job of a technical person. It is better for a BA to do it.
$ G* p4 A5 S/ L9 n3 h" q! e  30.which process use in ur project.
+ V; j! p$ K) z- U; g) w; {  Generally u can say:
4 P# w! Q3 u1 J. Z1 V3 s' q7 |  Project related process: Analysis, Design, Sign-off Documents, Implementation, Integration, Testing, UAT: ]% X+ x( T! ]: M
  Work related process:4 ?- C4 Q$ m) G$ `$ W- U( @
  Technical Design, Work Allocation, Code Review Checklist, Unit Test Form will be prepared by the Project Lead and given to the developer.
( ~* H: @( [- r# L  Developer prepares the Unit Test Case
0 C) M) c& g/ s3 ]  Implements Code, Performs Test
/ w' v' g2 f4 g- G9 [4 ~9 f  Submits Code through CVS / VSS* H$ q; E7 T5 U/ i
  Submits documents along with Release Checklist to the tester / leader." T# }; x; N0 v- B# q7 N: m) Q. A
  31.what is deployment descriptor.
) _' H$ F- t! f) y# U  ans:Which contains the infrnmation like which file to be used
0 W( ^* f  P/ E/ C- h  40.what is platfrom independent
. @/ `: k$ D: G4 {/ E8 U  U7 G2 r3 A6 J  ans:A language is said to be platform independent if it can be run on any machine with out modifying code' ~' J) z2 _- [$ N
  41.what is awt and swing.
: F: z- E, L2 _: Y) V  ans:AWT are heavy weight components and swings are light weight components" N/ [$ N6 _0 O; D
  46.what is major concepts in oops.
9 w6 L$ e$ I: b, O  ans:Abstraction,polymorphism,encapsulation,inheritance
6 e" ~' C5 E+ v1 R! @  47.why u choose mvc-2 architecture.
: q( v% |3 i7 d; M  ans:In MVC-2 controller is servlet rather than JSP which makes it efficient. x) ^3 A& G7 K  W+ `% W
  48.what is implicit object.
2 U) z- x9 n$ Z2 E  d  ans:Implicit objects are a set of Java objects that the JSP Container makes available to developers in each page& j6 [( H) Q8 w1 b3 O; t% G
  49.how many implicit objects in jsp
0 h3 b2 J: e7 \3 q  ans:out,page,session,request,response,application,page context,config
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Woexam.Com ( 湘ICP备18023104号 )

GMT+8, 2024-5-15 21:06 , Processed in 0.277260 second(s), 23 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表