Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) Hi how to create a mobile book on j2me program, for example dictionary, bible, magazine…. then read on the mobile phone, tell me the code and steps or other help site. Thanks
2 9517How to create a mobile phone language or font like Arabic, Chines, Hindu or other(non English )
1 47981) There are 10 different threads in runnable state. Each having priority 1 to 10. How does the CPU schedules or executes these threads?
RBS,
2 72552) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
1 23503) Suppose you are a very rich person, having 50 rooms and you have lost the key for one of the room's. How effectively you can find this key? (Qs2 and Qs3 are related)
RBS,
3 9082Suppose there is a System A which gives some output. This output is used as input by system B. The rate at which System A produces is faster than the rate at which system B consumes it. How can you improve this?
RBS,
1 5861Suppose there is an Online shopping cart application having different objects like Cart, SelectionItem, Billing, COnfiguration, Authentication, Authorization, PersonalDetails etc. Out of this which one can be made a singleton pattern and why?
RBS,
2 109197) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?
4 9643how can we call parametrized constrctor using reflection like Class.newInstance()...call default constrctor ..but how can we call paramitrize constroctor in reflection
2475
What is java string pool?
What is the first argument of the string array in main method?
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
What if I write static public void instead of public static void?
explain different ways of using thread? : Java thread
Can we return resultset in java?
How to create a base64 decoder in java8?
Is minecraft 1.15 out?
What is the resourcebundle class?
what are the different modes of archival? Explain each mode in two lines each?
What is a classloader in java?
How to sort array in descending order in java?
i want test pattern of zylog company and some examples also
Find Best Job Vacancies across the world on Jooble!
What is the difference between equals() and == in java?