Home Answers Viewqa Design-concepts-design-patterns Design concepts & design patterns Question and Answers


 
 

Design concepts & design patternsAsk Questions?
Latest Questions for Design concepts & design patterns
Gallery Photo
I need to display a photo gallery with the path stored in oracle with the possibility of their supprission (photo management) (with jsf or with jsp)
May 22, 2013 at 8:57 PM

C++ code to find Entropy
consider a discrete memory less source with source s= { S0,S1,S2,S3} with probabilities P0=1/8 , P1= 1/8, P2=1/2 , P3=1/4 prove that h(s^3)=3h(s) using C++ program ? I try this but not true # include <ios
February 24, 2013 at 12:40 AM

Calculate Entropy using C++
# include <iostream> # include <cmath> using namespace std; int main() { float S0,S1,S2,S3; float Hs,Hs3; float X_1,X_2,X_3,X_4,X_5,X_6,X_7,X_8,X_9,X_10,X_11,X_12,X_13,X_14,X_15,X_16; cout
February 24, 2013 at 12:38 AM

DESIGN PATTERNS
How many instances will be created for single ton pattern in Cluster Environment?
February 11, 2013 at 3:46 PM

wdm optical networks
code for physical topology design in optical networks in c++
February 7, 2013 at 10:40 AM

Design Patterns
Explain the Factory Pattern, VO Pattern, DAO Pattern, and Singleton Pattern.
February 6, 2013 at 4:22 PM

How to set left and top positions of alert box using JQuery in the below code?
<script> $(document).ready(function() { if(document.getElementById("faxNoId").value=="- -"){ var show=document.getElementById("add"); var hide=document.getElementById("edit"); s
January 11, 2013 at 11:31 AM

c code
c code for this formula x=(y-0.22z-072)4; where y=7.32 x=3.1 then ans x=23.9 end code for this
December 27, 2012 at 12:26 PM

c code
c code for this formula x=(y-0.22z-072)4; where y=7.32 x=3.1 then ans x=23.9 end code for this
December 27, 2012 at 12:26 PM

develope
how to writea program add delete update data to gridview with out database in.net
December 21, 2012 at 12:55 PM

a
write and test a function named mirror that is passed an array of n floats and returns a newly created array that contains those n floats values in reverse order . for example, the call of mirror function would transform the array {10.1,11.2,8.3,7
December 12, 2012 at 9:51 PM

pattern printing
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
November 29, 2012 at 1:12 PM

want help regarding a project
hiii this is hemangi and I want guidance that I am working on a project of hospital management system so I want guidance that how can i implement that in swings or with other frame work? and any inbuilt report and all facility available in java or
October 12, 2012 at 11:55 AM

How to create a loan website?
How to create a loan website in Java.
October 5, 2012 at 6:31 PM

decrement
how do we start a program with C++.....a program that decrements from 225 to 0!!!!
September 13, 2012 at 5:54 AM

structures
what will be the size in 64 bits of this structure struct{ int i; char c; }node;
September 12, 2012 at 10:24 AM

memory allocation
If we assign memory malloc(5) and access more than the assigned memory then what will happen? 1.segmentation error 2.memory leak 3.program will not compile 4.Your view?
September 12, 2012 at 10:22 AM

Structures and unions
union{ struct{ int i1; char c1; }s1; struct{ int i2; char c2; }s2; }u1; what will be the value of (int)u1.s1.i1-(int)u1.s2.i2 and (int)&u1.s1-(char)u1.s1.c2?
September 12, 2012 at 10:17 AM

steps to install jasper in Eclipse with example
steps to install jasper in Eclipse with example
August 29, 2012 at 1:15 PM

Class Loader
What is class loader? Explain in detail.
July 29, 2012 at 3:19 PM

View all discussion for Design concepts & design patterns