concept Questions

2

Solved

Possible Duplicate: Why are interface method invocations slower than concrete invocations? I recently had a chance to appear in an interview in which interviewer asked which one is fa...
Tanishatanitansy asked 20/9, 2012 at 13:51

2

Solved

In the python tutorial it's said that "Python supports a limited form of multiple inheritance". What are the limitations?
Rhomboid asked 20/5, 2012 at 14:50

3

Solved

Possible Duplicate: Preferred way to simulate interfaces in C++ I was curious to find out if there are interfaces in C++ because in Java, there is the implementation of the design pat...
Puerperium asked 18/3, 2012 at 8:2

6

Solved

I have always pondered about this. Let's say we have a simple asynchronous web request using the HttpWebRequest class class webtest1 { HttpWebRequest webRequest = (HttpWebRequest)WebRequest.Cre...
Reliquary asked 13/12, 2011 at 22:48

4

Solved

Ok. It's not a battle. I'm curious about the concept of framework, I worked with some frameworks like django, zend, rails and cakephp in various levels. Today a friend of mine sent me a pre...
Kielce asked 17/11, 2011 at 20:33

1

Solved

After playing around with Vaadin for about a week I'm curious about how Vaadin uses GWT. GWT compiles Javacode to Javascript. This has to be done everytime when you are redeploying. Since Vaadin h...
Jarrod asked 19/8, 2011 at 16:21

2

Solved

Concept: Consider having two panels A and B, and a window C like in the following example. The buttons on the window switches between the two panels. var A = new Ext.Panel({ title: 'A' }); var B...
Resinous asked 31/3, 2011 at 13:24

2

Solved

I'm starting making Haskell web server. I've decided to start with Happstack and Happstack-state. And I'm feeling hard to understand concept and attribute of Happstack-state. Is it a new kind of da...
Takahashi asked 24/2, 2011 at 3:37

1

Solved

I want to know the process which usually web apps follow to maintain login between multiple requests and also how they manage things using COOKIES. In my login form I am providing "Remember Me" fe...
Honky asked 23/2, 2011 at 18:42

4

Solved

I am planning to develop a system with tens of thousands of objects in it, which will each have up to 42(but more likely down around 4 or 5) separate actions they will potentially be performing at ...
Marleah asked 15/10, 2010 at 18:32

3

Solved

I am having trouble understanding how Core Data works conceptually and in terms of code. I get that there is a coordinator and a context. I also get that there is state management. How do they wor...
Cuvette asked 28/7, 2010 at 18:41

6

Solved

I am trying to do work with examples on Trees as given here: http://cslibrary.stanford.edu/110/BinaryTrees.html These examples all solve problems via recursion, I wonder if we can provide a iterati...
Francis asked 17/4, 2010 at 20:9

2

Solved

Developers of hypersonic promise increase of performance? But I'm afraid problems with administrating and other aspects of using hsqlDB. Are anybody using this in production? Is it good idea?
Seaver asked 29/10, 2009 at 9:58

© 2022 - 2024 — McMap. All rights reserved.