Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...




Java J2EE Interview Questions
Questions Answers Views Company eMail

how to get the last 10 elements using logic:iterate in struts with hiernate from database.

Wipro,

1 4589

I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }

Cap Gemini,

4 7688

Hi Every One I Have Small Doubt Please answer This???????????????????????????? I Want to use AbstractList class methods(java.util.AbstractList) My Program is import java.util.*; class DemoOne extends AbstractList { public static void main(String[] args) { AbstractList a=new DemoOne();//This One is Correct?? DemoOne a1=new DemoOne();//This One is Correct?? Both Are Not Working System.out.println("Hello World!"+a); System.out.println("Hello World!"+a1); } } Error IS: DemoOne.java:2: DemoOne is not abstract and does not override abstract method get(int) in java.util.AbstractList class DemoOne extends AbstractList AnyOne can Please Provide The Solution????????????????????????? Plzzzzzzz

3 4985

how system.out.println() works?

2 5300

In Inheritance if we are implementing Multi level inheritance and all class having same name of variable and now i want to access each class variable and how it is possible?

2 5213

What is the alternate of 'Inheritance' ?

CybAge, HCL,

4 14155

In how many ways we can install SSL certs in Websphere Application server and how can we troubleshoot incase of any issues/problems?

HSBC,

2 11073

I have 4 jsp pages .At last page we have a submit button when we click it it will store all jsps data which we provide will store into database. how we can make it possible

MNC,

1 5010

explain how many oops concepts available in java with realtime scenarios?

TCS,

1 14357

int a=1,b=10; System.out.println(a+b--);

HCL,

12 17856

how to debug struts project in netbean ?

1 2434

Open the find box and editing the text in text box then what is name for this dialog box??

1 2428

hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me

Infosys,

1 2286

where you use thread in your java project?

Cap Gemini,

1 7151

1) Find the Merge point of two linked lists. 2) Swap two bits of integer. 3) Reverse individual words of the sentence. 4) Reverse string without using temp string.

HCL,

2 6717


Un-Answered Questions { Java J2EE }

hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code

2853


Differentiate between static and non-static methods in java.

1111


Can we return resultset in java?

983


Write a program to find the whether a number is an Armstrong number or not?

1093


What is the difference between break and continue statements?

1113


explain different ways of using thread? : Java thread

1072


What is the difference between equals() and == in java?

1028


How is declarative handling of exceptions done in struts ?

997


What is a classloader in java?

1080


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

2657


How can you inject java collection in spring?

499


What is the difference between filters and interceptors ?

1289


What is parsing in java?

1022


Explain public static void main(string args[]) in java.

1061


What is lazy class?

474