Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached
Favorite Tags
Member Avatar for newtechie

hi i have a doubt i did this coding and when i complied it and tried to run the program evenupon giving the correct answer("ritchie") the output i got says answer is wrong. can anyone tell me what is wrong with the coding [code=java]import java.io.*; class Invent { public static …

Member Avatar for Apache1
0
91
Member Avatar for newtechie

I am getting the following error when trying to run a index.cfm file. [CODE] Could not find the included template /config/_errorMap.cfm. Note: If you wish to use an absolute template path (for example, template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for the path using the ColdFusion Administrator. Or, you …

Member Avatar for arrgh
0
111
Member Avatar for newtechie

I have a website that was developed in coldfusion, I want to add a link to twitter on the homepage of my website. I want to add it in the bottom panel of homepage, hoe do i do that ?

Member Avatar for utdream
0
71
Member Avatar for newtechie

Can any one suggest me some online material for "List with static array" example codes ?

Member Avatar for newtechie
0
174
Member Avatar for newtechie

I have to write a textual scenario for a gamming code . Should i write about the game or should i be writing about the code?

Member Avatar for newtechie
0
119
Member Avatar for newtechie

i have a file from which i have to read and compute the total value of all items,i dont know what methodto use to read arrays i tried DataInputStream(object).readInt(quantity[]); but it says it is wrong can any one help me in reading from the file and computing the total value …

Member Avatar for newtechie
0
114
Member Avatar for newtechie

i did a codig to find the no. of words,no. of characters and no. of lines in a file i was not getting the output, can anyone help me [ICODE]import java.io.*; public class countCharacters { public void Lines()throws IOException { File f = new File("in.dat"); FileReader fr = new FileReader(f); …

Member Avatar for newtechie
0
449
Member Avatar for newtechie

i have a problem in getting the required display in barchart my intended display is year91 -------------- 110 but i get a display as year91 -------------- year91 can anyone please let me know what is wrong in my html file or java code. [CODE]import java.awt.*; import java.applet.*; public class BarChart …

Member Avatar for newtechie
0
107
Member Avatar for newtechie

i was trying to write a code for counting the number of ocurence of a particular word from a sentence.it gives me a wrong output it starts checking for the same alphabets in the sentence rather than the word. [CODE]import java.lang.String; public class StringCount2 { public static void main(String args[]) …

Member Avatar for tyagi
0
150
Member Avatar for Gink

Is the best way to check for 2 words of same type in a string to make a stringtokenizer and story every word in an array then compare it in a for loop? seems like a hassle for comparing for same words i was wondering if theres a better way?

Member Avatar for newtechie
0
127
Member Avatar for newtechie

i am new to java and i was trying to solve a program, a) i wanted to print marks scored by 3 students in 3 subjects. b) i wanted to get the total marks scored by each student and find out the highest total marks scored. c)I also want to …

Member Avatar for Ezzaral
0
101