Bramha Bolke

Greenhorn
+ Follow
since Jan 10, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Bramha Bolke

In that case next execution will start after current finishes.

But is there any other way to run next execution without waiting for first to complete?
13 years ago
Hi All,

I want to use scheduled executors which allow use to give specific time after which another round of execution starts.

But what if previous execution is still running?

What is the response of scheduled executor on such scenario?

Please let me know ASAP
13 years ago
Hi All,
Please tell me how string literal pool internally works?
How it is implemented and where it is ? on Heap or Stack.
Also, String literal pool is a separate part in Heap memory, where String literal objects are kept or just references are kept in String literal pool?

Thank You in advance ....
14 years ago
Hi All,
can someone explain me bmap algorithm. It is somewhat confusing or please share link related to this topic.
Also, can we save file greater than 16gb in UNIX 5 and if yes how. explain it with the inode contents


Thanks in advance
14 years ago
Actually when I try to start weblogic from eclipse it shows error

14 years ago
Hi all,
When I try to run on project on Weblogic using eclipse, I get error START SCRIPT IS NOT SPECIFIED.
What is the solution for the same?
14 years ago
Hi all,
I want to use JSF MVC, Spring Ioc and JDBC in my project.
Please tell me how to achieve it.
If Possible share links for some sample programs
14 years ago
Hi

I tried simple HelloWorld Example in Spring 3

but didn't understand the flow properly

What is the meaning of folloeing code in dispatcher-servlet.xml


<context:component-scan base-package="my.pack.controllers"/>

<bean id="viewResolver"
class="org.springframework.web.servlet.view.InternalResourceViewResolver">

<property name="prefix">
<value>/WEB-INF/views/</value>
</property>
<property name="suffix">
<value>.jsp</value>
</property>
</bean>
14 years ago
I am new to this technology.
I was studying this for last one week
but facing problems in understanding.
Please tell me some really good books for Spring

Thanks
14 years ago
Congrats for your success in Certification Exam

I am also preparing to give the exam.
Please guide me through it.
Tell me the right way to study and apear for the same
14 years ago
Thanks for your useful suggestions
Hi all,
where did i find the mock tests for SCJP exam preparation and are they free of cost
Hello all,
I am interested in giving SCJP exam but doesn't have enough idea about it.
please provide info if possible and also tell me how can i prepare for the exam myself(name of the books)
ASAP