Tagged Questions
The study-material tag has no wiki summary.
3
votes
1answer
230 views
java 7 materials
I would like to pass the OCPJA and OCPJP for Java 7 in a few months and I was wondering what useful study materials you know (books, articles, tutorials, mock tests etc.), apart from the official ...
2
votes
2answers
244 views
How to Master Google Analytics
My task is to tweak Google Analytics to fit complex needs for statistics of our website.
Google Analytics looks quite straightforward but on the other hand it seems to have lots of advanced features ...
1
vote
1answer
29 views
What am I missing with this recursion call? (dynamic programing)
Im going over the solution to a previous midterm of mine below, and i dont understand line 9 in the pseudo code. For the first iteration when s=1 and i=1, A[i] would equal 12, whixh would make C[i,s] ...
1
vote
3answers
84 views
Inheritance of overloaded methods in Java and C++ differ in what fundamental way?
I am studying for my final exam in my comparative languages course and the professor gave us an old exam to get a feel for the real deal. One question I don't understand is this:
"The inheritance of ...
1
vote
1answer
84 views
Can I have someone verify my collections for the SCJP Exam
I've been studying for the SCJP, now Oracle Certified Professional Java SE Programmer exam.
I've had a difficult time wrapping my head around all the different collections and when to use them. I'm ...
1
vote
1answer
79 views
Books about concurrent access to databases [closed]
I need to write an essay(for concurrent programming subject) of different techniques of how can concurrent access to databases be implemented. And how and which of those are implemented in DBMSs.
I ...
1
vote
4answers
297 views
Where can I get JSP and struts 2 study materials?
I have interested to learn JSP and struts 2. So what are all the basic knowledge need for learn those things and also specify the websites either learn or download those study materials?
1
vote
3answers
114 views
Where can I get a good study guide for java?
Please suggest me some good website to collect java materials for more specific.
Thanks in Advance.
0
votes
0answers
17 views
Self-Study Computer Science [migrated]
How to have a self-study on computer science topics like JIT compiler and all the things that will help anyone be a core developer of a language or create a language or write an OS.
is there any books ...
0
votes
1answer
53 views
context free grammar to a PDA, am i correct?
Im reviewing for my midterm and wanted to post this to see if anyone can spot any errors. Im supposed to make a PDA that recognizes this CFG:
heres my solution (note, im aware I forgot to draw ...
0
votes
2answers
79 views
Stuck on a Concurrent programming example, in pseudocode(atomic actions/fine-grained atomicity)
My book presents a simple example which I'm a bit confused about:
It says, "consider the following prog., and assume that the fine-grained atomic actions are reading and writing the variables:"
int ...
0
votes
1answer
114 views
Good website/Blog on spring.net
I am new to spring.net and i would like to go through Good website/Blog on spring.net.. Any suggestion..
0
votes
5answers
616 views
parsing of mathematical expressions
(in c90) (linux)
input:
sqrt(2 - sin(3*A/B)^2.5) + 0.5*(C*~(D) + 3.11 +B)
a
b /*there are values for a,b,c,d */
c
d
input:
cos(2 - asin(3*A/B)^2.5) +cos(0.5*(C*~(D)) + 3.11 +B)
a
b /*there ...