hi
how to coneect to mqseries from power builder 8.0. I am not
able to connect to mqseries from power builder 8.0. pls
give me the sample code and what are the steps is required
to connect to mqseries from power builder
Answer
Is This Answer Correct ? | 1 Yes | 2 No |
What are the logging levels in Seebeyond?
what are Securities will Seebeyond provoid for Data level?
Explain EAI and EDI? what Type of EDI you have Used in Your
Project?
How You handle Version Control in your project?
Explain How You Implemented EAI in your current Project?
Answer
Is This Answer Correct ? | 4 Yes | 1 No |
Question { 6703 }
What are different types of EAI Architecture/Models
Answer
Is This Answer Correct ? | 9 Yes | 4 No |
Question { Tech Mahindra, 7338 }
what is multitherading
Answer
Is This Answer Correct ? | 14 Yes | 5 No |
Can you make an instance of an abstract class?
Answer
Is This Answer Correct ? | 9 Yes | 3 No |
what is mean by API ?
Please answer me.
Advance thanks.
Answer
Is This Answer Correct ? | 6 Yes | 0 No |
What is queue and what is topic?
Answer
Is This Answer Correct ? | 7 Yes | 0 No |
Question { 6457 }
how can we connect to db without using getConnection()
method
Answer
Is This Answer Correct ? | 8 Yes | 5 No |
Hi my doubt is that preparedStatement is a interface means
which has no implemenation.plz go thru the code below
String sql = "SELECT * FROM movies WHERE year_made = ?";
prest = con.prepareStatement(sql);
prest.setInt(1,2002);
ResultSet rs1 = prest.executeQuery();
Now setInt and executeQuery how it works since it is
interface it does not have implementation how it works, how
executeQuery returns result from database as executequery
method has no implementation even in Statement interface.
Answer
Is This Answer Correct ? | 4 Yes | 8 No |
Question { 5612 }
Explain the role played by Java Virtual Machine in Java
Programming?
Answer
Is This Answer Correct ? | 3 Yes | 0 No |
Question { 4208 }
This is my code i have a doubt
class ab implements a,b
{
public void add()
{
System.out.println("Hi")
}
}
interface a
{
public void add();
}
interface b
{
public void add();
}
in this code i have two interface implemented in the class
has same method.just i want to know which method of
interface implemented in the class. interface a or interface
b? confused me .
Answer
Is This Answer Correct ? | 1 Yes | 3 No |
Question { 3752 }
what happens when we add the objects morethan the size limit
to a hashmap
Answer
Is This Answer Correct ? | 3 Yes | 0 No |
Question { 10444 }
what is actual real time using of oops concepts in
projects(Interface,polymorphism.abstraction.........)
Answer
Is This Answer Correct ? | 3 Yes | 4 No |
Question { 5223 }
What is the difference between Synchronizing mehtod &
Synchronizing block?
Answer
Is This Answer Correct ? | 0 Yes | 3 No |